aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-03-19 21:34:44 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-03-19 21:34:50 -0400
commit8194fc9bffd890940c55c2188c56d93c7f7f4734 (patch)
tree638b2efbc9a12794270fb5eb90e010669fa967d5
parent59c38b6b3dfbd43c876f85ffb1e4b484951ced44 (diff)
Exclude jackson-annotations
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>
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7b413785..03f171bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,12 @@
<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>