You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/03/11 23:38:39 UTC

svn commit: r922048 - /myfaces/core/trunk/implee6/pom.xml

Author: jakobk
Date: Thu Mar 11 22:38:39 2010
New Revision: 922048

URL: http://svn.apache.org/viewvc?rev=922048&view=rev
Log:
MYFACES-2579 Support the dynamic adding of servlets and servlet-mappings on Servlet API 3.0 to make web.xml entries for Faces Servlet not mandatory (replaced servlet-api-3.0 dependency to one which compiles against jdk 5)

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

Modified: myfaces/core/trunk/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/implee6/pom.xml?rev=922048&r1=922047&r2=922048&view=diff
==============================================================================
--- myfaces/core/trunk/implee6/pom.xml (original)
+++ myfaces/core/trunk/implee6/pom.xml Thu Mar 11 22:38:39 2010
@@ -51,9 +51,9 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>javax</groupId>
-      <artifactId>javaee-web-api</artifactId>
-      <version>6.0</version>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>3.0.20100224</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>