From a48c2efc10c5c011080228ad81005b9029270c8f Mon Sep 17 00:00:00 2001 From: Victor Gao Date: Wed, 14 Nov 2018 18:52:10 +0800 Subject: Fix vulnerability issue in driver CVE-2016-6812 CVE-2018-1270 CVE-2018-11039 SONATYPE-2015-0002 CVE-2014-3578 CVE-2018-1257 CVE-2017-12624 CVE-2018-8039 Change-Id: I59014c277df9bf201bb672a108a82a2deb0ed95b Issue-ID: VFC-1187 Signed-off-by: Victor Gao --- .../vnfmadapter/VnfmadapterService/service/pom.xml | 48 ++++++++++++++++------ 1 file changed, 35 insertions(+), 13 deletions(-) (limited to 'huawei/vnfmadapter/VnfmadapterService/service/pom.xml') diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index ac7e7542..fd614501 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -73,11 +73,22 @@ com.springsource.org.apache.commons.codec 1.3.0 + + commons-collections + commons-collections + 3.2.2 + net.sf.json-lib json-lib 2.4 jdk15 + + + commons-collections + commons-collections + + org.slf4j @@ -106,11 +117,22 @@ org.mariadb.jdbc mariadb-java-client 2.2.2 + + + org.apache.cxf + cxf-rt-transports-http + 3.1.17 org.apache.cxf cxf-rt-frontend-jaxrs - 3.1.6 + 3.1.17 + + + org.apache.cxf + cxf-rt-transports-http + + org.mybatis @@ -126,47 +148,47 @@ org.springframework spring-beans - 3.1.0.RELEASE + 4.3.18.RELEASE org.springframework spring-context - 3.1.0.RELEASE + 4.3.18.RELEASE org.springframework spring-core - 3.1.0.RELEASE + 4.3.18.RELEASE org.springframework spring-web - 3.2.14.RELEASE + 4.3.18.RELEASE - + org.springframework spring-expression - 3.1.0.RELEASE + 4.3.18.RELEASE org.springframework spring-aop - 3.1.0.RELEASE + 4.3.18.RELEASE org.springframework spring-jdbc - 3.1.0.RELEASE + 4.3.18.RELEASE org.springframework spring-test - 3.1.0.RELEASE + 4.3.18.RELEASE org.codehaus.jackson @@ -214,11 +236,11 @@ commons-httpclient 3.1 - + -- cgit 1.2.3-korg