diff options
-rw-r--r-- | service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/pom.xml b/service/pom.xml index 36ebca1..0c5879a 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -197,11 +197,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>
|