From aa91ce82380c9dc7cf95cd4c966a0b8c4e02e164 Mon Sep 17 00:00:00 2001 From: Martin Weiler Date: Mon, 16 Sep 2024 13:55:35 -0600 Subject: [PATCH] [incubator-kie-issues#1482] Fix dependencies for data-index add-on --- examples/jbpm-compact-architecture-example/README.md | 2 +- examples/jbpm-compact-architecture-example/pom.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/jbpm-compact-architecture-example/README.md b/examples/jbpm-compact-architecture-example/README.md index 34699fa0487..e3369fb49db 100644 --- a/examples/jbpm-compact-architecture-example/README.md +++ b/examples/jbpm-compact-architecture-example/README.md @@ -12,7 +12,7 @@ This example also demonstrates how to configure the whole _Kogito_ environment u enable simplifying the communication among _Kogito_ services removing the need of events (Kafka/HTTP) between them. This can be achieved using the following _Quarkus_ addons: -- `kogito-addons-quarkus-data-index-persistence-postgresql`: enables the _Kogito Runtime_ persisting directly into the +- `kogito-addons-quarkus-data-index-postgresql`: enables the _Kogito Runtime_ persisting directly into the _Data-Index_ database. - `kogito-addons-quarkus-jobs`: enables collocating the _Jobs Service_ inside the _Kogito Runtime_. diff --git a/examples/jbpm-compact-architecture-example/pom.xml b/examples/jbpm-compact-architecture-example/pom.xml index 56b4cef9276..10fb11ac96b 100644 --- a/examples/jbpm-compact-architecture-example/pom.xml +++ b/examples/jbpm-compact-architecture-example/pom.xml @@ -99,12 +99,6 @@ kogito-addons-quarkus-data-index-postgresql - - - org.kie - kogito-addons-quarkus-data-index-persistence-postgresql - - org.kie