You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/10/11 18:29:00 UTC

svn commit: r1021411 - /sling/trunk/bundles/commons/log/pom.xml

Author: cziegeler
Date: Mon Oct 11 16:29:00 2010
New Revision: 1021411

URL: http://svn.apache.org/viewvc?rev=1021411&view=rev
Log:
SLING-1832 : Remove direct dependency to web console by using new configuration printer support

Modified:
    sling/trunk/bundles/commons/log/pom.xml

Modified: sling/trunk/bundles/commons/log/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=1021411&r1=1021410&r2=1021411&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Mon Oct 11 16:29:00 2010
@@ -141,13 +141,6 @@
             <artifactId>servlet-api</artifactId>
         </dependency>
         
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.webconsole</artifactId>
-            <version>3.0.0</version>
-            <scope>provided</scope>
-        </dependency>
-        
         <!-- testing -->
         <dependency>
             <groupId>junit</groupId>