[infinispan-commits] Infinispan SVN: r2419 - trunk/cachestore/cassandra.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Sep 20 10:53:46 EDT 2010


Author: NadirX
Date: 2010-09-20 10:53:46 -0400 (Mon, 20 Sep 2010)
New Revision: 2419

Modified:
   trunk/cachestore/cassandra/pom.xml
Log:
Add slf4j-log4j12 for running test

Modified: trunk/cachestore/cassandra/pom.xml
===================================================================
--- trunk/cachestore/cassandra/pom.xml	2010-09-17 15:09:04 UTC (rev 2418)
+++ trunk/cachestore/cassandra/pom.xml	2010-09-20 14:53:46 UTC (rev 2419)
@@ -22,6 +22,12 @@
 			<artifactId>cassandra-connection-pool</artifactId>
 			<version>0.1.0</version>
 		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-log4j12</artifactId>
+			<version>${version.slf4j}</version>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
 
 	<build>



More information about the infinispan-commits mailing list