Skip to content

Commit

Permalink
fix standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikkola committed Mar 31, 2020
1 parent ac39cf5 commit 9e008fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kie-wb-common-dmn/kie-wb-common-dmn-webapp-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,21 @@
<artifactId>kie-wb-common-profile-api</artifactId>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.kie</groupId>-->
<!-- <artifactId>kie-dmn-validation</artifactId>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.drools</groupId>-->
<!-- <artifactId>drools-verifier-api</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.drools</groupId>-->
<!-- <artifactId>drools-verifier-core</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->

<!-- Necessary to inject MVELEvaluator dependency -->
<dependency>
<groupId>org.drools</groupId>
Expand Down Expand Up @@ -914,6 +929,8 @@
<compileSourcesArtifact>org.kie.workbench.services:kie-wb-common-datamodel-api</compileSourcesArtifact>
<compileSourcesArtifact>org.kie.workbench.services:kie-wb-common-services-api</compileSourcesArtifact>
<compileSourcesArtifact>org.kie.workbench:kie-wb-common-kogito-client</compileSourcesArtifact>
<compileSourcesArtifact>org.drools:drools-verifier-api</compileSourcesArtifact>
<compileSourcesArtifact>org.drools:drools-verifier-core</compileSourcesArtifact>

<!-- UF-ext -->
<compileSourcesArtifact>org.uberfire:uberfire-runtime-plugins-api</compileSourcesArtifact>
Expand Down

0 comments on commit 9e008fb

Please sign in to comment.