Include jackson jar in policy-endpoints 13/114413/1
authorJim Hahn <jrh3@att.com>
Thu, 29 Oct 2020 19:12:23 +0000 (15:12 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 29 Oct 2020 19:26:14 +0000 (15:26 -0400)
Issue-ID: POLICY-2878
Change-Id: Ibfe4c220c7b15bb0b752537d080481350a1332e4
Signed-off-by: Jim Hahn <jrh3@att.com>
policy-endpoints/pom.xml

index f979504..661863b 100644 (file)
             </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>