Author: stefanegli
Date: Fri Feb 28 18:21:03 2014
New Revision: 1573022
URL: http://svn.apache.org/r1573022
Log:
no-jira : slf4j troubles: using slf4j-api 1.6.1, and switching from
slf4j-log4j12 to log4j-over-slf4j due to jetty slf4j dependencies for testing
Modified:
sling/trunk/bundles/extensions/discovery/impl/pom.xml
Modified: sling/trunk/bundles/extensions/discovery/impl/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/pom.xml?rev=1573022&r1=1573021&r2=1573022&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Fri Feb 28 18:21:03
2014
@@ -79,6 +79,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
@@ -218,19 +219,18 @@
</dependency>
<!-- using log4j under slf4j to allow fine-grained logging config (see
src/test/resources/log4j.properties) -->
- <dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.2</version>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>1.6.1</version>
<scope>test</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.threads</artifactId>