Updated to Servlet API 4.0.0.

This commit is contained in:
Erik C. Thauvin 2018-01-16 20:35:52 -08:00
parent e0a76ac839
commit 7f615ba709
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>