diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-04-09 13:24:02 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-04-09 13:24:02 -0500 |
commit | addcca22d6243a4904df9d20c1467c31c764eaaa (patch) | |
tree | 8b9760cf89591ec99291727cbefde88029e85e6c | |
parent | 7a34e0dbfbeb3a0387e53c6b95869376a0fa000a (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: Ibb2318e768b8fbb0fc4107757b80ca18cc89dcfb
-rw-r--r-- | PolicyEngineUtils/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 25e3de6d9..4d32ac14f 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -56,10 +56,6 @@ <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> <version>1.9</version> |