You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2021/10/07 12:07:37 UTC

[GitHub] [sling-org-apache-sling-commons-log] kwin commented on a change in pull request #8: SLING-9528 - Update commons log to parent pom 39 or newer

kwin commented on a change in pull request #8:
URL: https://github.com/apache/sling-org-apache-sling-commons-log/pull/8#discussion_r724115144



##########
File path: bnd.bnd
##########
@@ -0,0 +1,38 @@
+Bundle-DocURL: http://sling.apache.org/site/logging.html
+Import-Package: !org.slf4j.impl, \
+              !org.osgi.service.cm, \
+              !javax.servlet, \
+              !javax.servlet.http, \
+              !org.osgi.service.event, \
+              !javax.xml.transform, \
+              !javax.xml.transform.sax, \
+              !javax.xml.transform.stream, \
+              org.osgi.framework;version=1.3, \
+              org.slf4j;version="[1.6,1.8)", \
+              org.slf4j.spi;version="[1.6,1.8)", \
+              !groovy.lang, \
+              !org.codehaus.*, \
+              !javax.jms, \
+              !javax.mail, \
+              !javax.mail.internet, \
+              javax.management; \
+              javax.naming; \
+              javax.sql; \
+              javax.xml.parsers; \
+              org.xml.sax.*; \
+              sun.reflect;resolution:=optional, \
+              *
+DynamicImport-Package: org.osgi.service.cm;version=1.2, \
+              org.osgi.service.event;version=1.2, \
+              javax.xml.transform, \
+              javax.xml.transform.sax, \
+              javax.xml.transform.stream
+Embed-Dependency: jul-to-slf4j;inline="org/slf4j/bridge/SLF4JBridgeHandler.class", \

Review comment:
       This is not supported in bnd-maven-plugin




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org