Skip to content

Commit

Permalink
[incubator-kie-issues#1482] Fix data-index dependency (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweiler authored Sep 17, 2024
1 parent 0bcd8c6 commit 04c66d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions partials/process-sample-pom.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,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
2 changes: 1 addition & 1 deletion workflow/deploying-process-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Use the Data Index add-on to enable Quarkus to use in-vm transport tier. The sam
----
<dependency>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-postgresql</artifactId>
<artifactId>kogito-addons-quarkus-data-index-postgresql</artifactId>
</dependency>
----

Expand Down

0 comments on commit 04c66d2

Please sign in to comment.