Exclude jackson-annotations 48/82748/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 20 Mar 2019 01:34:44 +0000 (21:34 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 20 Mar 2019 01:34:50 +0000 (21:34 -0400)
Jackson 2.9.8 databind references annotations 2.9.0.

This seems to break jersey which needs an earlier
annotations version.

I think we can safely exclude Xacml for now.

Issue-ID: POLICY-1609
Change-Id: I60b76e742412ffe36c83e58863902b35b23148fb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7b41378..03f171b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>com.att.research.xacml</groupId>
             <artifactId>xacml-pdp</artifactId>
             <version>2.0.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-annotations</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.models</groupId>