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/02/05 13:44:03 UTC

svn commit: r906925 - /sling/trunk/bundles/commons/mime/pom.xml

Author: cziegeler
Date: Fri Feb  5 12:44:02 2010
New Revision: 906925

URL: http://svn.apache.org/viewvc?rev=906925&view=rev
Log:
SLING-1355 : Dependency to web console is not optional

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

Modified: sling/trunk/bundles/commons/mime/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/mime/pom.xml?rev=906925&r1=906924&r2=906925&view=diff
==============================================================================
--- sling/trunk/bundles/commons/mime/pom.xml (original)
+++ sling/trunk/bundles/commons/mime/pom.xml Fri Feb  5 12:44:02 2010
@@ -65,6 +65,7 @@
                         </Private-Package>
                         <Import-Package>
                             javax.servlet.*;resolution:=optional,
+                            org.apache.felix.webconsole;resolution:=optional,
                             *
                         </Import-Package>
                     </instructions>