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 22e8e14215 [incubator-kie-issues#2261] Synchronized with kogito-apps 
.Fully working
22e8e14215 is described below

commit 22e8e142150e0c27325820c780fdacd1c6a5f8d5
Author: Gabriele-Cardosi <[email protected]>
AuthorDate: Tue Mar 10 17:24:33 2026 +0100

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

diff --git a/kie-parent/pom.xml b/kie-parent/pom.xml
index 1c3b4a1521..e73b82c86b 100644
--- a/kie-parent/pom.xml
+++ b/kie-parent/pom.xml
@@ -13,7 +13,8 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
---><project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.kie</groupId>
@@ -1069,6 +1070,11 @@
                 </exclusions>
             </dependency>
             <!-- Vertx libraries, including PostgreSQL client -->
+            <dependency>
+                <groupId>io.vertx</groupId>
+                <artifactId>vertx-core</artifactId>
+                <version>${version.io.vertx}</version>
+            </dependency>
             <dependency>
                 <groupId>io.vertx</groupId>
                 <artifactId>vertx-pg-client</artifactId>
@@ -1080,6 +1086,11 @@
                 <artifactId>vertx-web</artifactId>
                 <version>${version.io.vertx}</version>
             </dependency>
+            <dependency>
+                <groupId>io.vertx</groupId>
+                <artifactId>vertx-web-client</artifactId>
+                <version>${version.io.vertx}</version>
+            </dependency>
             <dependency>
                 <groupId>it.unimi.dsi</groupId>
                 <artifactId>fastutil</artifactId>
@@ -1746,6 +1757,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.jboss.logmanager</groupId>
+                <artifactId>jboss-logmanager</artifactId>
+                <version>${version.org.jboss.logging}</version>
+            </dependency>
             <dependency>
                 <groupId>org.jboss.logging</groupId>
                 <artifactId>jboss-logging</artifactId>
@@ -1844,6 +1860,11 @@
                 <artifactId>junit-platform-launcher</artifactId>
                 <version>${version.org.junit.platform}</version>
             </dependency>
+            <dependency>
+                <groupId>org.junit.platform</groupId>
+                <artifactId>junit-platform-suite</artifactId>
+                <version>${version.org.junit.platform}</version>
+            </dependency>
             <dependency>
                 <groupId>org.junit.vintage</groupId>
                 <artifactId>junit-vintage-engine</artifactId>


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

Reply via email to