diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-19 21:34:44 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-19 21:34:50 -0400 |
commit | 8194fc9bffd890940c55c2188c56d93c7f7f4734 (patch) | |
tree | 638b2efbc9a12794270fb5eb90e010669fa967d5 | |
parent | 59c38b6b3dfbd43c876f85ffb1e4b484951ced44 (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |