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 2011/02/04 11:05:30 UTC

svn commit: r1067128 - /sling/trunk/launchpad/builder/pom.xml

Author: fmeschbe
Date: Fri Feb  4 10:05:30 2011
New Revision: 1067128

URL: http://svn.apache.org/viewvc?rev=1067128&view=rev
Log:
SLING-1924 Overwrite for Jetty bundle is not required

Modified:
    sling/trunk/launchpad/builder/pom.xml

Modified: sling/trunk/launchpad/builder/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1067128&r1=1067127&r2=1067128&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/pom.xml (original)
+++ sling/trunk/launchpad/builder/pom.xml Fri Feb  4 10:05:30 2011
@@ -89,11 +89,6 @@
                         </goals>
                         <configuration>
                             <packaging>jar</packaging>
-                            <jarWebSupport>
-                                <groupId>org.apache.felix</groupId>
-                                <artifactId>org.apache.felix.http.jetty</artifactId>
-                                <version>2.2.0</version>
-                            </jarWebSupport>
                         </configuration>
                     </execution>
                     <execution>