From addcca22d6243a4904df9d20c1467c31c764eaaa Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 9 Apr 2020 13:24:02 -0500 Subject: [PATCH] manual revert of jpa dependency on brmsgw The review https://gerrit.onap.org/r/c/policy/engine/+/105439 introduced an additional dependency that did not solve the underlying issue per testing. Reverting back the change, as other repos seem to be working without needing it. Issue-ID: POLICY-2471 Signed-off-by: jhh Change-Id: Ibb2318e768b8fbb0fc4107757b80ca18cc89dcfb --- PolicyEngineUtils/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 25e3de6d9..4d32ac14f 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -55,10 +55,6 @@ org.mariadb.jdbc mariadb-java-client - - org.eclipse.persistence - org.eclipse.persistence.jpa - com.github.fge json-patch -- 2.16.6