This is an automated email from the ASF dual-hosted git repository.
pefernan 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 816201180 [NO-ISSUE] fix dependency config
`data-index-storage-jpa-common` <classifier>test-jar</classifier> ->
<type>test-jar</type> (#2246)
816201180 is described below
commit 81620118074f1c8e649c63b2b74fe2ee178765e0
Author: Pere Fernández <[email protected]>
AuthorDate: Fri Aug 1 08:07:56 2025 +0200
[NO-ISSUE] fix dependency config `data-index-storage-jpa-common`
<classifier>test-jar</classifier> -> <type>test-jar</type> (#2246)
---
kogito-apps-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kogito-apps-bom/pom.xml b/kogito-apps-bom/pom.xml
index fe174131f..227e5d4a0 100644
--- a/kogito-apps-bom/pom.xml
+++ b/kogito-apps-bom/pom.xml
@@ -330,7 +330,7 @@
<groupId>org.kie.kogito</groupId>
<artifactId>data-index-storage-jpa-common</artifactId>
<version>${project.version}</version>
- <classifier>test-jar</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]