Skip to content

Commit

Permalink
[KOGITO-9568] Fixing dependencies
Browse files Browse the repository at this point in the history
data-index-common-runtime was relying on jbpm-flow being there (which
after changes in quarkus-codegen dependencies is not longer true), now
this is stated explicitly in the pom
  • Loading branch information
fjtirado committed Jul 21, 2023
1 parent 5acc68c commit 29ae699
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<groupId>org.kie.kogito</groupId>
<artifactId>data-index-common</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>jbpm-flow</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-process-svg</artifactId>
Expand Down

0 comments on commit 29ae699

Please sign in to comment.