diff options
Diffstat (limited to 'policy-endpoints/pom.xml')
-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> |