diff options
-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> |