From: Victor Gao Date: Mon, 15 Apr 2019 08:50:06 +0000 (+0800) Subject: fix vulnerabilties issue: commons-httpclient X-Git-Tag: 1.3.1~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F85293%2F1;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git fix vulnerabilties issue: commons-httpclient Issue-ID: VFC-1286 Change-Id: Ia74066c5b0a76a039cb2607c85d2a66364257b37 Signed-off-by: Victor Gao --- diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index b701de6c..7c3c8632 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -235,6 +235,16 @@ commons-httpclient commons-httpclient 3.1 + + + org.apache.httpcomponents + httpclient + 4.5.5 + + + org.apache.httpcomponents + httpcore + 4.4.1