[infinispan-commits] Infinispan SVN: r1438 - trunk/server/rest.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Feb 2 10:10:35 EST 2010


Author: manik.surtani at jboss.com
Date: 2010-02-02 10:10:35 -0500 (Tue, 02 Feb 2010)
New Revision: 1438

Modified:
   trunk/server/rest/pom.xml
Log:
SLF4J needed for testing

Modified: trunk/server/rest/pom.xml
===================================================================
--- trunk/server/rest/pom.xml	2010-02-02 15:07:58 UTC (rev 1437)
+++ trunk/server/rest/pom.xml	2010-02-02 15:10:35 UTC (rev 1438)
@@ -121,5 +121,18 @@
          <version>3.1</version>
          <scope>test</scope>
       </dependency>
+
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-simple</artifactId>
+         <version>1.5.8</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-api</artifactId>
+         <version>1.5.8</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 </project>



More information about the infinispan-commits mailing list