summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2018-05-07 12:21:19 +0530
committerMurali-P <murali.p@huawei.com>2018-05-07 12:21:19 +0530
commit278b782a46565f954a2aa8639950a2bc204eebd2 (patch)
treec040e4e60ced6f13168e931e62b8646c8fecacba
parent243dd9320bcaf4def0ef3f9cbf21eb0415263e6a (diff)
Security issue
Use 3.2.1 apache cxf jar Issue-ID: VNFSDK-212 Change-Id: I98d4198042d8f475cd31976904e6e89285ef52c8 Signed-off-by: Murali-P <murali.p@huawei.com>
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
index 6552e068..00f5c1e2 100644
--- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml
+++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
@@ -22,7 +22,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <cxf.version>3.2.3</cxf.version>
+ <cxf.version>3.2.1</cxf.version>
<!-- slf4j.version>1.6.1</slf4j.version> -->
<maven.test.skip>false</maven.test.skip>
<maven.test.failure.ignore>false</maven.test.failure.ignore>