Skip to content

Commit

Permalink
- fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Feb 23, 2024
1 parent 7cbe972 commit 01e2387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<artifactId>quarkus-resteasy-jackson</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-with-drools-quarkus</artifactId>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<dependencies>
<dependency>
<groupId>drools</groupId>
<groupId>org.drools</groupId>
<artifactId>drools-decisions-spring-boot-starter</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 01e2387

Please sign in to comment.