Author: chetanm
Date: Wed Nov 13 14:45:20 2013
New Revision: 1541534
URL: http://svn.apache.org/r1541534
Log:
SLING-3243 Update the Slf4j API bundle to 1.7.5
Relaxing the version range for org.slf4j and org.slf4j.spi package to [1.6,1.8).
With this same bundle can be used with slf4j api 1.6.x and 1.7.x
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=1541534&r1=1541533&r2=1541534&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Wed Nov 13 14:45:20 2013
@@ -121,8 +121,8 @@
!javax.xml.transform.sax,
!javax.xml.transform.stream,
org.osgi.framework;version=1.3,
- org.slf4j;provide:=true,
- org.slf4j.spi;provide:=true,
+ org.slf4j;version="[1.6,1.8)",
+ org.slf4j.spi;version="[1.6,1.8)",
groovy.lang;
javax.jms;
javax.mail;