Merge "Fix sonar issues xacml pdp"
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Wed, 20 Mar 2019 13:44:28 +0000 (13:44 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 Mar 2019 13:44:28 +0000 (13:44 +0000)
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>