aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-10-29 15:12:23 -0400
committerJim Hahn <jrh3@att.com>2020-10-29 15:26:14 -0400
commita9c3b525fb3f37e56ccf143f35f739fb60024b0e (patch)
tree7e88def0e69f104aeaa2050dde340db1293e1e00
parentf9c66e100522272543a550736cbe660cad4bfec5 (diff)
Include jackson jar in policy-endpoints
Issue-ID: POLICY-2878 Change-Id: Ibfe4c220c7b15bb0b752537d080481350a1332e4 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--policy-endpoints/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index f9795049..661863b9 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -78,6 +78,12 @@
</exclusions>
</dependency>
+ <!-- needed by glassfish jersey which is needed by dmaap -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-jaxb-annotations</artifactId>
+ </dependency>
+
<dependency>
<groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
<artifactId>dmaapClient</artifactId>