diff options
author | Murali-P <murali.p@huawei.com> | 2018-05-07 12:21:19 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2018-05-07 12:21:19 +0530 |
commit | 278b782a46565f954a2aa8639950a2bc204eebd2 (patch) | |
tree | c040e4e60ced6f13168e931e62b8646c8fecacba /vnfmarket-be/vnf-sdk-marketplace/pom.xml | |
parent | 243dd9320bcaf4def0ef3f9cbf21eb0415263e6a (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>
Diffstat (limited to 'vnfmarket-be/vnf-sdk-marketplace/pom.xml')
-rw-r--r-- | vnfmarket-be/vnf-sdk-marketplace/pom.xml | 2 |
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> |