aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-08-01 13:42:40 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-08-01 13:44:18 +0100
commit8ec8846cf4feedf00a9d19a5e86e9accb6d04e2e (patch)
treeed4d5236080a148f8085e27560e373d935590e7c
parente322a4724bab02178b78594787e78612ae7a8d41 (diff)
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 <adheli.tavares@est.tech>
-rw-r--r--integration/pom.xml14
1 files 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 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
- <version>6.3.2.Final</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core-jakarta</artifactId>
- <version>5.6.15.Final</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.common</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <version>6.0.6.Final</version>
+ <version>6.5.2.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
@@ -1157,7 +1147,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>10.0.2</version>
+ <version>10.0.3</version>
<executions>
<execution>
<goals>