From 8194fc9bffd890940c55c2188c56d93c7f7f4734 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 19 Mar 2019 21:34:44 -0400 Subject: [PATCH] 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 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 7b413785..03f171bc 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,12 @@ com.att.research.xacml xacml-pdp 2.0.0 + + + com.fasterxml.jackson.core + jackson-annotations + + org.onap.policy.models -- 2.16.6