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 2012/10/16 12:20:29 UTC

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

Author: fmeschbe
Date: Tue Oct 16 10:20:29 2012
New Revision: 1398716

URL: http://svn.apache.org/viewvc?rev=1398716&view=rev
Log:
SLING-2397 Update the bundle configuration for dynamic import of the Servlet API

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=1398716&r1=1398715&r2=1398716&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Tue Oct 16 10:20:29 2012
@@ -70,14 +70,14 @@
                         </Private-Package>
                         <Import-Package>
                             !org.slf4j.impl,
-                            javax.servlet.*;resolution:=optional,
                             org.osgi.framework;version=1.3,
                             org.slf4j;provide:=true,
                             org.slf4j.spi;provide:=true,
                             *
                         </Import-Package>
                         <DynamicImport-Package>
-                            org.osgi.service.cm;version=1.2
+                            org.osgi.service.cm;version=1.2,
+                            javax.servlet;javax.servlet.http;version=2.3
                         </DynamicImport-Package>
                         <Embed-Dependency>
                             jul-to-slf4j;inline="org/slf4j/bridge/SLF4JBridgeHandler.class"