diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-28 17:25:35 -0700 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-28 17:25:42 -0700 |
commit | 38569b3dfa7859c8aab864e1c80008404a3cad69 (patch) | |
tree | 5e13938ba87f536af7cadafd8c8daea1241e1a02 /controlloop/common/msb | |
parent | 6a8a81463a1908d171b7086db442a0b0738c41dc (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>
Diffstat (limited to 'controlloop/common/msb')
-rw-r--r-- | controlloop/common/msb/pom.xml | 10 |
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> |