From: adheli.tavares Date: Thu, 1 Aug 2024 12:53:31 +0000 (+0100) Subject: Fix on persistence.xml after updating hibernate dependencies X-Git-Tag: 4.0.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bba8860e84b9745970152769345ae617479d888c;p=policy%2Fapi.git Fix on persistence.xml after updating hibernate dependencies - fix on side effects from drools-apps fix. Issue-ID: POLICY-4955 Change-Id: I6129924b891539ca67ac16627ca9d8e4f0775202 Signed-off-by: adheli.tavares --- diff --git a/main/pom.xml b/main/pom.xml index 59f52321..fbb7ba34 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -69,8 +69,8 @@ guava - org.hibernate - hibernate-core-jakarta + org.hibernate.orm + hibernate-core org.bouncycastle diff --git a/main/src/main/resources/META-INF/persistence.xml b/main/src/main/resources/META-INF/persistence.xml index 93eafbe3..a96c2c34 100644 --- a/main/src/main/resources/META-INF/persistence.xml +++ b/main/src/main/resources/META-INF/persistence.xml @@ -1,7 +1,7 @@ - - + + org.hibernate.jpa.HibernatePersistenceProvider org.onap.policy.models.base.PfConceptKey @@ -61,9 +59,9 @@ org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger - - - + + +