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 2009/05/18 10:15:31 UTC

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

Author: fmeschbe
Date: Mon May 18 08:15:31 2009
New Revision: 775854

URL: http://svn.apache.org/viewvc?rev=775854&view=rev
Log:
SLING-976 Declare Servlet and Web Console API imports optional

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

Modified: incubator/sling/trunk/bundles/commons/mime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/commons/mime/pom.xml?rev=775854&r1=775853&r2=775854&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/commons/mime/pom.xml (original)
+++ incubator/sling/trunk/bundles/commons/mime/pom.xml Mon May 18 08:15:31 2009
@@ -63,6 +63,11 @@
                         <Private-Package>
                             org.apache.sling.commons.mime.internal
                         </Private-Package>
+                        <Import-Package>
+                            javax.servlet.*;
+                            org.apache.felix.webconsole;resolution:=optional,
+                            *
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>