Author: fmeschbe
Date: Thu Jan 17 01:21:29 2008
New Revision: 612771

URL: http://svn.apache.org/viewvc?rev=612771&view=rev
Log:
SLING-150 Remove HTTP Client dependency again, as jcr/webdav does not include
the WebDAV client code anymore and does not require HTTP Client any more

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=612771&r1=612770&r2=612771&view=diff
==============================================================================
--- incubator/sling/trunk/launcher/app/pom.xml (original)
+++ incubator/sling/trunk/launcher/app/pom.xml Thu Jan 17 01:21:29 2008
@@ -326,14 +326,6 @@
                 <dependency>
                     <groupId>org.apache.felix.commons</groupId>
                     <artifactId>
-                        org.apache.felix.commons.commons-httpclient
-                    </artifactId>
-                    <version>3.0.1-0001-SNAPSHOT</version>
-                </dependency>
-
-                <dependency>
-                    <groupId>org.apache.felix.commons</groupId>
-                    <artifactId>
                         org.apache.felix.commons.cglib-full
                     </artifactId>
                     <version>2.0.2-0001-SNAPSHOT</version>


Reply via email to