aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/msb/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/msb/pom.xml')
-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>