Upgrade dependencies.

This commit is contained in:
Sutra Zhou
2021-08-16 18:50:08 +08:00
parent b08c9df31d
commit 17f5374096
9 changed files with 79 additions and 25 deletions
-3
View File
@@ -76,7 +76,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.1.3.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -87,7 +86,6 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -103,7 +101,6 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.3.1</version>
</dependency>
</dependencies>
</project>