Exclude jackson-databind 95/39895/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 29 Mar 2018 00:25:35 +0000 (17:25 -0700)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 29 Mar 2018 00:25:42 +0000 (17:25 -0700)
we are not using this code yet, but let's remove
jackson-databind. The inclusion of drools-pdp adds
in the latest jackson-databind.

Issue-ID: POLICY-504
Change-Id: I73a1939eb3827a7ef06c40e11764944b3d80685b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
controlloop/common/msb/pom.xml

index 02dc3b5..329a84a 100644 (file)
   <artifactId>msb</artifactId>
 
   <dependencies>
+       <!--
+       CLM security issue force use of databind 2.9.5
+       from msb 
+        -->
     <dependency>
       <groupId>org.onap.msb.java-sdk</groupId>
       <artifactId>msb-java-sdk</artifactId>
       <version>1.1.0</version>
+      <exclusions>
+       <exclusion>
+               <groupId>com.fasterxml.jackson.core</groupId>
+               <artifactId>jackson-databind</artifactId>
+       </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>junit</groupId>