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

@@ -15,6 +15,7 @@ Import-Template:
javax.portlet.*;version="[2.0.0, 3.0.0)";resolution:=optional,
javax.servlet;version="[2.4.0, 4.0.0)",
javax.servlet.http;version="[2.4.0, 4.0.0)",
javax.servlet.annotation;version="[3.0.0, 4.0.0)";resolution:=optional,
javax.servlet.jsp.*;version="[2.0.0, 3.0.0)";resolution:=optional,
javax.xml.*;version="0";resolution:=optional,
org.aopalliance.*;version="[1.0.0, 2.0.0)",