This is an automated email from the ASF dual-hosted git repository.

gitgabrio pushed a commit to branch incubator-kie-issues#2261
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/incubator-kie-issues#2261 by 
this push:
     new 4002f8c0e0 [incubator-kie-issues#2261] Synchronized with 
kogito-runtimes parent.Fully working
4002f8c0e0 is described below

commit 4002f8c0e0ba578bc73506608e80d15fa6fb3a49
Author: Gabriele-Cardosi <[email protected]>
AuthorDate: Tue Mar 10 14:35:48 2026 +0100

    [incubator-kie-issues#2261] Synchronized with kogito-runtimes parent.Fully 
working
---
 kie-parent/pom.xml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/kie-parent/pom.xml b/kie-parent/pom.xml
index ea2dda6cca..1c3b4a1521 100644
--- a/kie-parent/pom.xml
+++ b/kie-parent/pom.xml
@@ -216,6 +216,7 @@
         <version.io.rest-assured>5.5.6</version.io.rest-assured>
         
<version.io.serverlessworkflow>4.1.0.Final</version.io.serverlessworkflow>
         <version.io.smallrye-config>3.13.4</version.io.smallrye-config>
+        <version.io.smallrye-health>4.2.0</version.io.smallrye-health>
         <version.io.smallrye-open-api>4.0.12</version.io.smallrye-open-api>
         
<version.io.smallrye.reactive.messaging.in.memory>4.28.0</version.io.smallrye.reactive.messaging.in.memory>
         
<version.io.smallrye.reactive.mutiny-vertx-web-client>3.21.3</version.io.smallrye.reactive.mutiny-vertx-web-client>
@@ -699,12 +700,24 @@
             <dependency>
                 <groupId>io.fabric8</groupId>
                 <artifactId>openshift-client</artifactId>
-                <version>${version.io.fabric8.kubernetes-client}</version>
+                <version>${version.io.fabric8}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>io.fabric8</groupId>
+                        <artifactId>openshift-model-config</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>io.fabric8</groupId>
                 <artifactId>openshift-client-api</artifactId>
                 <version>${version.io.fabric8.kubernetes-client}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>io.fabric8</groupId>
+                        <artifactId>openshift-model-config</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <!-- gRPC dependencies -->
             <dependency>
@@ -2104,6 +2117,12 @@
                 <groupId>org.wiremock</groupId>
                 <artifactId>wiremock</artifactId>
                 <version>${version.org.wiremock}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.eclipse.jetty.toolchain</groupId>
+                        <artifactId>jetty-jakarta-servlet-api</artifactId>
+                    </exclusion>
+                </exclusions>
                 <scope>test</scope>
             </dependency>
             <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to