Change version for fasterxml woodstox-core 30/103730/1
authorjitendra sharma <jitendra.sharma1@huawei.com>
Mon, 16 Mar 2020 11:39:20 +0000 (11:39 +0000)
committerjitendra sharma <jitendra.sharma1@huawei.com>
Mon, 16 Mar 2020 11:56:47 +0000 (11:56 +0000)
Issue-ID: VNFSDK-566

Signed-off-by: jitendra sharma <jitendra.sharma1@huawei.com>
Change-Id: I278e39aa95b57b9198f08da17fdc681812ed3b15

vnfmarket-be/vnf-sdk-marketplace/pom.xml

index 036cf75..b950ebc 100644 (file)
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
             <version>${cxf.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.woodstox</groupId>
+                    <artifactId>woodstox-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <!-- added invulnerable version of woodstox-core -->
+        <dependency>
+            <groupId>com.fasterxml.woodstox</groupId>
+            <artifactId>woodstox-core</artifactId>
+            <version>5.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>