From: Pamela Dragosh Date: Wed, 20 Mar 2019 01:34:44 +0000 (-0400) Subject: Exclude jackson-annotations X-Git-Tag: 3.0.2-ONAP~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8194fc9bffd890940c55c2188c56d93c7f7f4734;p=policy%2Fxacml-pdp.git 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 --- 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