This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.mime-2.1.0-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit f8e655cfe220a59eaff9aab9b4b705031cb7f321 Author: Felix Meschberger <[email protected]> AuthorDate: Mon May 18 08:15:31 2009 +0000 SLING-976 Declare Servlet and Web Console API imports optional git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/commons/mime@775854 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 4fba6ca..61bb1fb 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
