From 98d2ab1beb887658521d4ff42ba6b17a97f8ebae Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 4 Feb 2021 17:12:46 -0500 Subject: Remove javax.persistence dependency Running into a dependency collision between two eclipselink jars. Turns out, we don't actually need to include the javax.persistence dependency, so removed it altogether. Issue-ID: POLICY-3005 Change-Id: I5f09ddc27cdaa329b4604e6c715879d52335f870 Signed-off-by: Jim Hahn --- integrity-audit/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'integrity-audit') diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 2fbef8f3..ef6337f9 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Common Modules ================================================================================ - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -57,10 +57,6 @@ com.h2database h2 - - org.eclipse.persistence - javax.persistence - org.eclipse.persistence eclipselink -- cgit 1.2.3-korg