You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/01/09 13:07:08 UTC

svn commit: r610356 - /incubator/sling/trunk/launcher/app/pom.xml

Author: fmeschbe
Date: Wed Jan  9 04:06:43 2008
New Revision: 610356

URL: http://svn.apache.org/viewvc?rev=610356&view=rev
Log:
Current Apache Felix http.jetty is not really Servlet API 2.4 compliant.
So replace this by OPS4 pax-web, which is even Servlet API 2.5 compliant
and at the same time exports the servlet API.

Modified:
    incubator/sling/trunk/launcher/app/pom.xml

Modified: incubator/sling/trunk/launcher/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/app/pom.xml?rev=610356&r1=610355&r2=610356&view=diff
==============================================================================
--- incubator/sling/trunk/launcher/app/pom.xml (original)
+++ incubator/sling/trunk/launcher/app/pom.xml Wed Jan  9 04:06:43 2008
@@ -197,16 +197,9 @@
             <version>0.9.0-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.http.jetty</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix.commons</groupId>
-            <artifactId>
-                org.apache.felix.commons.servlet-api
-            </artifactId>
-            <version>2.4.0-0002-SNAPSHOT</version>
+            <groupId>org.ops4j.pax.web</groupId>
+            <artifactId>pax-web-service</artifactId>
+            <version>0.2.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>