diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-02 14:53:21 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-02-02 17:57:53 +0000 |
commit | 62e8960e2969f24c7f7bfca5c696b8975ec8e81d (patch) | |
tree | 99794a469525403bc578f6bdbdae518e342dc0b3 /policy-management | |
parent | 340292f47b86b45eb9bd83df948108fc9ba34efd (diff) |
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533
Change-Id: Ifa594103c81cc7d1e435df9afaefb8b57f5b091d
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'policy-management')
-rw-r--r-- | policy-management/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 19fee3e8..fa93fa1c 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -242,16 +242,6 @@ --> <dependency> - <groupId>org.eclipse.persistence</groupId> - <artifactId>eclipselink</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.persistence</groupId> - <artifactId>org.eclipse.persistence.jpa</artifactId> - </dependency> - - <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> |