From 8b4cc76050c377e35c7e36580f3226c789bdc65d Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 2 Feb 2023 16:26:18 +0000 Subject: Replace Eclipselink with Hibernate Issue-ID: POLICY-4533 Change-Id: I56cfd55cd66e228e3012152a8fcc11e3011c8a3c Signed-off-by: liamfallon --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b9572d2b..3d68b706 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020,2023 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -113,6 +113,11 @@ org.onap.policy.models policy-models-tosca ${policy.models.version} + + + org.hibernate + hibernate-entitymanager + test -- cgit 1.2.3-korg