manual revert of jpa dependency on brmsgw 12/105712/1
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 9 Apr 2020 18:24:02 +0000 (13:24 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 9 Apr 2020 18:24:02 +0000 (13:24 -0500)
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 <jorge.hernandez-herrero@att.com>
Change-Id: Ibb2318e768b8fbb0fc4107757b80ca18cc89dcfb

PolicyEngineUtils/pom.xml

index 25e3de6..4d32ac1 100644 (file)
             <groupId>org.mariadb.jdbc</groupId>
             <artifactId>mariadb-java-client</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.persistence</groupId>
-            <artifactId>org.eclipse.persistence.jpa</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.github.fge</groupId>
             <artifactId>json-patch</artifactId>