From: liamfallon Date: Wed, 1 Feb 2023 16:34:12 +0000 (+0000) Subject: Replace Eclipselink with Hibernate X-Git-Tag: 3.7.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=0ed1bb21c8baeb2857701b6cde7afacb3a71ed70 Replace Eclipselink with Hibernate Issue-ID: POLICY-4533 Change-Id: I322b99d8181551ca68caa85e5f1bd5f80efd4e24 Signed-off-by: liamfallon --- diff --git a/integration/pom.xml b/integration/pom.xml index d57e45ff..3b602ff4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -55,12 +55,11 @@ 1.1.12 3.2.14 8.32.0.Final - 2.7.8 - 1.7 2.10 2.1.214 - 5.6.14.Final + 5.6.14.Final + 1.0.2.Final 4.4.16 2.9.2 1.10.2 @@ -84,7 +83,7 @@ 1.2.11 1.18.24 - 3.1.0 + 3.1.2 1.1.1 1.10.19 5.1.0 @@ -355,27 +354,6 @@ commons-codec ${version.commons-codec} - - - org.eclipse.persistence - org.eclipse.persistence.jpa - ${version.eclipselink} - - - org.eclipse.persistence - eclipselink - ${version.eclipselink} - - - org.eclipse.persistence - org.eclipse.persistence.core - ${version.eclipselink} - - - org.eclipse.persistence - org.eclipse.persistence.oracle - ${version.eclipselink} - javax.servlet @@ -881,7 +859,17 @@ org.hibernate hibernate-core - ${version.hibernate.core} + ${version.hibernate} + + + org.hibernate + hibernate-entitymanager + ${version.hibernate} + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + ${version.hibernate.persistence}