Skip to content

Commit

Permalink
[incubator-kie-issues#1482] Fix dependency declarations in data-audit…
Browse files Browse the repository at this point in the history
… README
  • Loading branch information
martinweiler committed Sep 16, 2024
1 parent 13ac288 commit 8205e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The same dependency is used to specify the storage of the data index and the tra

<dependency>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-postgresql</artifactId>
<artifactId>kogito-addons-quarkus-data-index-postgresql</artifactId>
</dependency>


Expand All @@ -54,7 +54,7 @@ As this dependency will include the storage as well and the in-vm transport.

<dependency>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-<storage></artifactId>
<artifactId>kogito-addons-quarkus-data-index-<storage></artifactId>
</dependency>


Expand Down

0 comments on commit 8205e33

Please sign in to comment.