vfc svnfm run time issue fix 57/103357/3
authorprakash.e <prakash.e@huawei.com>
Mon, 9 Mar 2020 12:17:46 +0000 (17:47 +0530)
committerprakash eswaramoorthy <prakash.e@huawei.com>
Mon, 9 Mar 2020 12:25:45 +0000 (12:25 +0000)
jackson-mapper-asl exclusion in pom due to
security vulnerable resulted in exception and it
is commented now

Change-Id: Ie1522e153fec8a0d62615f51fa71018dabacb943
Issue-ID: VFC-1598
Signed-off-by: Prakash.E <prakash.e@huawei.com>
huawei/vnfmadapter/VnfmadapterService/service/pom.xml

index 4ec4dfa..b929677 100644 (file)
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-jaxrs</artifactId>
             <version>1.9.13</version>
-            <exclusions>
+            <!--exclusions>
                 <exclusion>
                     <groupId>org.codehaus.jackson</groupId>
                     <artifactId>jackson-mapper-asl</artifactId>
                 </exclusion>
-            </exclusions>
+            </exclusions-->
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>