Skip to content

Commit

Permalink
fix decision table dependency in drools-quarkus-example
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofusco committed Jul 9, 2019
1 parent 7bcb5fb commit 1d2a3cb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions drools-quarkus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@

<dependencies>
<dependency>
<groupId>org.drools</groupId>
<groupId>org.kie.kogito</groupId>
<artifactId>drools-decisiontables</artifactId>
<exclusions>
<exclusion>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 1d2a3cb

Please sign in to comment.