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-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new 8fb0f6c70 [incubator-kie-issues#1482] Fix dependency declarations in
data-audit README (#2100)
8fb0f6c70 is described below
commit 8fb0f6c70b60ff49f980bc93d7de752f3ab5dc2f
Author: Martin Weiler <[email protected]>
AuthorDate: Tue Sep 17 09:52:08 2024 -0600
[incubator-kie-issues#1482] Fix dependency declarations in data-audit
README (#2100)
---
data-index/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data-index/README.md b/data-index/README.md
index c4b75817a..b36277a59 100644
--- a/data-index/README.md
+++ b/data-index/README.md
@@ -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>
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]