Author: gertv
Date: Fri Mar 25 14:42:14 2011
New Revision: 1085410
URL: http://svn.apache.org/viewvc?rev=1085410&view=rev
Log:
Upgrade to SLF4J 1.6.1 to align with the rest of ServiceMix 4
Modified:
servicemix/utils/trunk/pom.xml
servicemix/utils/trunk/src/test/resources/log4j.properties
Modified: servicemix/utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=1085410&r1=1085409&r2=1085410&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Fri Mar 25 14:42:14 2011
@@ -34,6 +34,8 @@
<description>Various utility/helper classes and services for the
ServiceMix containers and components</description>
<properties>
+ <slf4j.version>1.6.1</slf4j.version>
+
<servicemix.legal.version>1.0</servicemix.legal.version>
<servicemix.specs.version>1.7.0</servicemix.specs.version>
</properties>
@@ -76,19 +78,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.8</version>
- <scope>test</scope>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <version>1.5.8</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: servicemix/utils/trunk/src/test/resources/log4j.properties
URL:
http://svn.apache.org/viewvc/servicemix/utils/trunk/src/test/resources/log4j.properties?rev=1085410&r1=1085409&r2=1085410&view=diff
==============================================================================
--- servicemix/utils/trunk/src/test/resources/log4j.properties (original)
+++ servicemix/utils/trunk/src/test/resources/log4j.properties Fri Mar 25
14:42:14 2011
@@ -21,7 +21,7 @@
#
# The logging properties used during tests..
#
-log4j.rootLogger=DEBUG, stdout
+log4j.rootLogger=DEBUG, out
log4j.logger.org.springframework=INFO
log4j.logger.org.apache.activemq=INFO