From 8ec8846cf4feedf00a9d19a5e86e9accb6d04e2e Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 1 Aug 2024 13:42:40 +0100 Subject: Remove hibernate conflicting dependencies - drools-apps controller-usecases was not starting due to conflict dependencies on the JBoss family. Issue-ID: POLICY-4955 Change-Id: I7d08d27901f0403d9c032ba7b68effb261ae4a01 Signed-off-by: adheli.tavares --- integration/pom.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index fb0ae488..2bd5f2f1 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -739,17 +739,7 @@ org.hibernate.orm hibernate-core - 6.3.2.Final - - - org.hibernate - hibernate-core-jakarta - 5.6.15.Final - - - org.hibernate.common - hibernate-commons-annotations - 6.0.6.Final + 6.5.2.Final org.hibernate.validator @@ -1157,7 +1147,7 @@ org.owasp dependency-check-maven - 10.0.2 + 10.0.3 -- cgit 1.2.3-korg