aboutsummaryrefslogtreecommitdiffstats
path: root/applications/common/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-08-01 13:57:33 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-08-01 13:58:05 +0100
commita481cea2601e8aacf202b785eb743c243ea22fc3 (patch)
tree2ce7e146e17bd1ed9e5931f7f37d0dc34bbfe1f1 /applications/common/pom.xml
parent257358ffc369e0813bca5fa92b83710e3d97cfee (diff)
Fix on persistence.xml after updating hibernate dependencies
- fix on side effects from drools-apps fix. - fix a property when starting database config. Issue-ID: POLICY-4955 Change-Id: I3446547e42acfbaeb8903cd2baeac0499142badd Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r--applications/common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml
index bba2440e..c9254911 100644
--- a/applications/common/pom.xml
+++ b/applications/common/pom.xml
@@ -79,8 +79,8 @@
<version>4.0.0</version>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core-jakarta</artifactId>
+ <groupId>org.hibernate.orm</groupId>
+ <artifactId>hibernate-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>