prefer o.a.l.l:logj-jcl over o.s:jcl-over-slf4j

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1382347 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/spring-registry-commons/pom.xml b/spring-registry-commons/pom.xml
index 295ad5c..6743e3d 100644
--- a/spring-registry-commons/pom.xml
+++ b/spring-registry-commons/pom.xml
@@ -95,8 +95,8 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-jcl</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>