[exo-jcr-commits] exo-jcr SVN: r2003 - core/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 3 23:02:35 EST 2010


Author: nfilotto
Date: 2010-03-03 23:02:35 -0500 (Wed, 03 Mar 2010)
New Revision: 2003

Modified:
   core/trunk/pom.xml
Log:
EXOJCR-563: core enforce the dependency with slf4j-log4j12

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-03-03 19:09:11 UTC (rev 2002)
+++ core/trunk/pom.xml	2010-03-04 04:02:35 UTC (rev 2003)
@@ -344,6 +344,11 @@
          <artifactId>junit</artifactId>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-log4j12</artifactId>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>



More information about the exo-jcr-commits mailing list