Upgrade to SLF4J 1.6.1 to align with the rest of ServiceMix 4

git-svn-id: https://svn.apache.org/repos/asf/servicemix/utils/trunk@1085410 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 111af14..16b1060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/test/resources/log4j.properties b/src/test/resources/log4j.properties
index 89703d2..ff16039 100644
--- a/src/test/resources/log4j.properties
+++ b/src/test/resources/log4j.properties
@@ -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