From ccdc1b0814aa5609ade406a791128eb89bbc76e0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 2 Feb 2023 14:42:33 +0000 Subject: Replace Eclipselink with Hibernate Issue-ID: POLICY-4533 Change-Id: I9d2e4d90bf997935efad16e8ae4473d635ae9d65 Signed-off-by: liamfallon --- integrity-monitor/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'integrity-monitor/pom.xml') diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 72762ef5..5657d4b0 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -57,8 +57,12 @@ h2 - org.eclipse.persistence - eclipselink + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + + + org.hibernate + hibernate-entitymanager org.projectlombok -- cgit 1.2.3-korg