summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-28 17:25:35 -0700
committerPamela Dragosh <pdragosh@research.att.com>2018-03-28 17:25:42 -0700
commit38569b3dfa7859c8aab864e1c80008404a3cad69 (patch)
tree5e13938ba87f536af7cadafd8c8daea1241e1a02
parent6a8a81463a1908d171b7086db442a0b0738c41dc (diff)
Exclude jackson-databind
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>
-rw-r--r--controlloop/common/msb/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/controlloop/common/msb/pom.xml b/controlloop/common/msb/pom.xml
index 02dc3b5a6..329a84ab2 100644
--- a/controlloop/common/msb/pom.xml
+++ b/controlloop/common/msb/pom.xml
@@ -13,10 +13,20 @@
<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>