Upgrade to Servlet API 4.0.1 (aligned with Tomcat 9 and Undertow 2)

Issue: SPR-16470
This commit is contained in:
Juergen Hoeller
2018-05-07 14:17:28 +02:00
parent 3917737df2
commit 53aa9cc4cd
5 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ dependencies {
compile(project(":spring-web"))
optional(project(":spring-messaging"))
optional(project(":spring-webmvc"))
optional("javax.servlet:javax.servlet-api:3.1.0")
optional("javax.servlet:javax.servlet-api:4.0.1")
optional("javax.websocket:javax.websocket-api:1.1")
optional("org.apache.tomcat:tomcat-websocket:${tomcatVersion}") {
exclude group: "org.apache.tomcat", module: "tomcat-websocket-api"