This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new f17d912bfb3 [incubator-kie-issues#1482] Fix dependencies for 
data-index add-on (#2593)
f17d912bfb3 is described below

commit f17d912bfb3604896622d7f96d60ec44c4988d2a
Author: Martin Weiler <[email protected]>
AuthorDate: Tue Sep 17 09:50:52 2024 -0600

    [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 @@
       <artifactId>kogito-addons-quarkus-data-index-postgresql</artifactId>
     </dependency>
 
-    <!-- Data Index Persistence -->
-    <dependency>
-      <groupId>org.kie</groupId>
-      
<artifactId>kogito-addons-quarkus-data-index-persistence-postgresql</artifactId>
-    </dependency>
-
     <!-- Jobs Service -->
     <dependency>
       <groupId>org.kie</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to