You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/04/07 12:29:13 UTC

svn commit: r1585446 - /myfaces/core/trunk/bundle/pom.xml

Author: lu4242
Date: Mon Apr  7 10:29:12 2014
New Revision: 1585446

URL: http://svn.apache.org/r1585446
Log:
MYFACES-3856 myfaces-bundle OSGI imports/exports (allow use servlet 3.1 api)

Modified:
    myfaces/core/trunk/bundle/pom.xml

Modified: myfaces/core/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/bundle/pom.xml?rev=1585446&r1=1585445&r2=1585446&view=diff
==============================================================================
--- myfaces/core/trunk/bundle/pom.xml (original)
+++ myfaces/core/trunk/bundle/pom.xml Mon Apr  7 10:29:12 2014
@@ -95,8 +95,8 @@
                             javax.naming,
                             javax.persistence;version="[1.0.0, 3.0)";resolution:=optional,
                             javax.portlet;version="[1.0.0, 2.1)";resolution:=optional,
-                            javax.servlet;version="[2.5.0, 3.1)",
-                            javax.servlet.http;version="[2.5.0, 3.1)",
+                            javax.servlet;version="[2.5.0, 4.0)",
+                            javax.servlet.http;version="[2.5.0, 4.0)",
                             javax.servlet.jsp;version="[2.1.0, 3.1)",
                             javax.servlet.jsp.jstl.core;version="[1.1.2, 2.0.0)",
                             javax.servlet.jsp.tagext;version="[2.1.0, 3.1)",