diff options
author | prakash.e <prakash.e@huawei.com> | 2020-03-09 17:47:46 +0530 |
---|---|---|
committer | prakash eswaramoorthy <prakash.e@huawei.com> | 2020-03-09 12:25:45 +0000 |
commit | 9ba4f81a62d430e1b99ab34b5a996a47289afb01 (patch) | |
tree | 7ca445eb32bda09d82e9e9bcd8abc1b299f4294e /huawei/vnfmadapter/VnfmadapterService/service | |
parent | a1b6e65e76682a322cfa32e885faff03bb6dcdf8 (diff) |
vfc svnfm run time issue fix
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>
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/service')
-rw-r--r-- | huawei/vnfmadapter/VnfmadapterService/service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index 4ec4dfa1..b9296774 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -219,12 +219,12 @@ <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> |