[web]修改serlvet库依赖版本过低问题

This commit is contained in:
datagear 2018-12-04 15:14:29 +08:00
parent 64c47afe57
commit 31dbedd8c1
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>