This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 097eac7388 [NO-ISSUE] - Fix dependency issue (#4327)
097eac7388 is described below
commit 097eac73881df875de5c3a918735b5946cc52ee8
Author: Kbowers <[email protected]>
AuthorDate: Mon Jul 6 21:16:05 2026 +0200
[NO-ISSUE] - Fix dependency issue (#4327)
* test
* test
* fix bom
---
quarkus/addons/kubernetes/integration-tests/pom.xml | 13 +++++++++++++
quarkus/bom/pom.xml | 6 ++++++
2 files changed, 19 insertions(+)
diff --git a/quarkus/addons/kubernetes/integration-tests/pom.xml
b/quarkus/addons/kubernetes/integration-tests/pom.xml
index 6c417b3dda..03f4400d13 100644
--- a/quarkus/addons/kubernetes/integration-tests/pom.xml
+++ b/quarkus/addons/kubernetes/integration-tests/pom.xml
@@ -95,6 +95,19 @@
<artifactId>kogito-quarkus-workflow-common-deployment</artifactId>
<scope>test</scope>
</dependency>
+ <!-- this is used implicitly by Quarkus tests so let's make Maven
aware of it -->
+ <dependency>
+ <groupId>org.kie</groupId>
+
<artifactId>kogito-addons-quarkus-fabric8-kubernetes-service-catalog-deployment</artifactId>
+ <type>pom</type>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<pluginManagement>
diff --git a/quarkus/bom/pom.xml b/quarkus/bom/pom.xml
index a1dbc67014..f87cbd80ef 100644
--- a/quarkus/bom/pom.xml
+++ b/quarkus/bom/pom.xml
@@ -1180,6 +1180,12 @@
<artifactId>kogito-addons-quarkus-fabric8-kubernetes-service-catalog-deployment</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.kie</groupId>
+
<artifactId>kogito-addons-quarkus-fabric8-kubernetes-service-catalog-deployment</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ </dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-jobs-common-messaging</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]