From f17d912bfb3604896622d7f96d60ec44c4988d2a Mon Sep 17 00:00:00 2001 From: Martin Weiler Date: Tue, 17 Sep 2024 09:50:52 -0600 Subject: [PATCH] [incubator-kie-issues#1482] Fix dependencies for data-index add-on (#2593) --- 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