diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-29 15:12:23 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-29 15:26:14 -0400 |
commit | a9c3b525fb3f37e56ccf143f35f739fb60024b0e (patch) | |
tree | 7e88def0e69f104aeaa2050dde340db1293e1e00 /policy-endpoints | |
parent | f9c66e100522272543a550736cbe660cad4bfec5 (diff) |
Include jackson jar in policy-endpoints
Issue-ID: POLICY-2878
Change-Id: Ibfe4c220c7b15bb0b752537d080481350a1332e4
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-endpoints')
-rw-r--r-- | policy-endpoints/pom.xml | 6 |
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> |