From 8c49c4184500dd5428fef5f0abae0c30f36c94f0 Mon Sep 17 00:00:00 2001
From: Francisco Javier Tirado Sarti
<65240126+fjtirado@users.noreply.github.com>
Date: Fri, 21 Jul 2023 20:11:23 +0200
Subject: [PATCH] [KOGITO-9568] Fixing dependencies (#1808)
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
---
.../kogito-addons-quarkus-data-index-common/runtime/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml b/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
index b970b580e1..657619fe3b 100644
--- a/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
+++ b/data-index/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/pom.xml
@@ -19,6 +19,10 @@
org.kie.kogito
data-index-common
+
+ org.kie.kogito
+ jbpm-flow
+
org.kie.kogito
kogito-addons-process-svg