Skip to content

Commit

Permalink
[KOGITO-9568] Fixing dependencies (#1808) (#1809)
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

Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
  • Loading branch information
github-actions[bot] and fjtirado committed Jul 25, 2023
1 parent f47bae6 commit 51b9ae8
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 51b9ae8

Please sign in to comment.