summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-23 10:45:57 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-23 11:02:19 +0800
commitc803ed1903f569a45142a0c1579506160fc346d5 (patch)
tree30eadd7ecf845f2fc93723d15deca1e5cc5be978
parent0a55444820eb98c3792057c0753fd2d7e7fd4ac6 (diff)
Update multivimproxy pom to fix csit failureHEADmasterfrankfurt
Change-Id: I77a10b5ccedfe1eb7eff4ab51ba0179bec1d7507 Issue-ID: VFC-1652 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--service/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 0c5879a..3c8769f 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -38,14 +38,15 @@
<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>
+
+ <!--dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0</version>
@@ -54,7 +55,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.0</version>
- </dependency>
+ </dependency-->
<dependency>
<groupId>commons-io</groupId>
@@ -197,11 +198,11 @@
<artifactId>spring-jdbc</artifactId>
<version>4.3.18.RELEASE</version>
</dependency>
- <!--dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.1.5.RELEASE</version>
- </dependency-->
+ </dependency>
<!--dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>