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 /applications/guard/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 'applications/guard/pom.xml')
-rw-r--r-- | applications/guard/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml index 461fac68..3bd8c85a 100644 --- a/applications/guard/pom.xml +++ b/applications/guard/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,10 +40,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.eclipse.persistence</groupId> - <artifactId>eclipselink</artifactId> - </dependency> - <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> |