Skip to content

Commit

Permalink
[incubator-kie-issues#1482] Fix dependencies for data-index add-on (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweiler committed Sep 17, 2024
1 parent 077b778 commit f17d912
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion examples/jbpm-compact-architecture-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_.

Expand Down
6 changes: 0 additions & 6 deletions examples/jbpm-compact-architecture-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f17d912

Please sign in to comment.