diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-02 16:26:18 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-02-02 18:05:54 +0000 |
commit | 8b4cc76050c377e35c7e36580f3226c789bdc65d (patch) | |
tree | 576d59962aa95c9386368d8846479524c85f590c /pom.xml | |
parent | 1e82ff4b693e2920dfde67cdfc30bf0648f1b097 (diff) |
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533
Change-Id: I56cfd55cd66e228e3012152a8fcc11e3011c8a3c
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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"); @@ -114,6 +114,11 @@ <artifactId>policy-models-tosca</artifactId> <version>${policy.models.version}</version> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-entitymanager</artifactId> + <scope>test</scope> + </dependency> </dependencies> <distributionManagement> |