summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2020-03-05 20:20:55 +0530
committerprakash eswaramoorthy <prakash.e@huawei.com>2020-03-05 14:53:38 +0000
commitf584fa72df298521ba05d345b5f27555f7a7f5d1 (patch)
tree81085f6ec869c5e5470882797cf6bf5d6fa40b15 /huawei/vnfmadapter/VnfmadapterService/service/pom.xml
parent7debcc6c8f7598d4d6036e3077dc87b8d65b80b3 (diff)
SVNFM codehaus jackson vulnerability fix
Excluded jackson-mapper-asl in jackson-databind artifact Change-Id: I3daa7d1f3357913bed45209773a30a88ec3a4ee1 Issue-ID: VFC-1598 Signed-off-by: Prakash.E <prakash.e@huawei.com>
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/service/pom.xml')
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/pom.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
index 39eecb1e..383ea069 100644
--- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
+++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
@@ -194,6 +194,22 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.13</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.10.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.10.0</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
@@ -265,11 +281,17 @@
<version>1.18</version>
<scope>test</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
+ </dependency-->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.9</version>
+ <scope>test</scope>
</dependency>
<!-- UT coverage dependency end -->