From 51b9ae85860472f97ef141268297c8e4018a0a9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:02:40 +0200 Subject: [PATCH] [KOGITO-9568] Fixing dependencies (#1808) (#1809) 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 <65240126+fjtirado@users.noreply.github.com> --- .../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