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