aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-02 14:42:33 +0000
committerliamfallon <liam.fallon@est.tech>2023-02-06 15:54:04 +0000
commitccdc1b0814aa5609ade406a791128eb89bbc76e0 (patch)
treee403dd6f428d5adddae3858e7e872351a4a1d277 /integrity-audit/pom.xml
parent987b9f7a030a2389216c998225abb2602ef2dba3 (diff)
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533 Change-Id: I9d2e4d90bf997935efad16e8ae4473d635ae9d65 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integrity-audit/pom.xml')
-rw-r--r--integrity-audit/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index edb4f2d9..18f5536a 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -19,10 +19,7 @@
============LICENSE_END=========================================================
-->
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -68,8 +65,12 @@
<artifactId>h2</artifactId>
</dependency>
<dependency>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>eclipselink</artifactId>
+ <groupId>org.hibernate.javax.persistence</groupId>
+ <artifactId>hibernate-jpa-2.1-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>