Upgrade javax.servlet dependency to 3.0 for .web

In support of SPR-7672 which will support code-based configuration
alternatives to web.xml using new features in the Servlet 3.0 API.

This upgrade does *not* force Spring users to upgrade to Servlet 3.0
capable containers.  Compatibility with and support for
javax.servlet >= 2.4 remains.

Issue: SPR-7672
This commit is contained in:
Chris Beams
2011-05-26 13:34:21 +00:00
parent 2ceeff370a
commit 367a0c2933
9 changed files with 204 additions and 15 deletions

View File

@@ -47,7 +47,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<version>3.0</version>
<scope>provided</scope>
</dependency>
<dependency>