Skip to content

Commit

Permalink
Fix gwt:run (DMN) (apache#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Mar 24, 2021
1 parent 7b85e7f commit fcfdef6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,21 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<exclusions>
<exclusion>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>

<!-- kogito -->
<dependency>
Expand Down

0 comments on commit fcfdef6

Please sign in to comment.