summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-23 10:56:42 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-23 10:58:16 +0800
commit1fbe04bc642002d19ada0c3c836e4c7197505799 (patch)
tree71d1f0e6e067fc35a29d35ea0e812914ee7e84cb
parente2b838a9ee3e5991f38dd23d1c2b7c5c55e0b0b2 (diff)
Update resmanagement pom to fix csit failurefrankfurt
Change-Id: Iccaa097260a7240290d98b1c6715e9445bbe50bc Issue-ID: VFC-1652 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--ResmanagementService/service/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml
index 9e13ca8..bf0d59c 100644
--- a/ResmanagementService/service/pom.xml
+++ b/ResmanagementService/service/pom.xml
@@ -193,11 +193,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>