diff options
author | uj426b <uj426b@att.com> | 2020-04-07 14:29:42 -0400 |
---|---|---|
committer | uj426b <uj426b@att.com> | 2020-04-07 14:35:51 -0400 |
commit | 436b92d28c2c7bc2ea956cd1479654d7f83f5404 (patch) | |
tree | 491cad3fb97648edb9dec2590c3147c00fee3f82 | |
parent | 98478dd0280d548187710f547cb036fe289e2ed0 (diff) |
Fix for healthcheck issue with brmsgw
Issue-ID: POLICY-2471
Change-Id: Ic0acc8889639a7346486797550a6bcb127e1291b
Signed-off-by: uj426b <uj426b@att.com>
-rw-r--r-- | PolicyEngineUtils/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 4d32ac14f..25e3de6d9 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -56,6 +56,10 @@ <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> |