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

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Sun Sep 26 17:04:54 EDT 2010


Author: NadirX
Date: 2010-09-26 17:04:54 -0400 (Sun, 26 Sep 2010)
New Revision: 2439

Modified:
   trunk/cachestore/cassandra/pom.xml
Log:
Removed useless dependency on uuid library

Modified: trunk/cachestore/cassandra/pom.xml
===================================================================
--- trunk/cachestore/cassandra/pom.xml	2010-09-26 20:52:29 UTC (rev 2438)
+++ trunk/cachestore/cassandra/pom.xml	2010-09-26 21:04:54 UTC (rev 2439)
@@ -28,11 +28,6 @@
 			<version>${version.slf4j}</version>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>com.eaio.uuid</groupId>
-			<artifactId>uuid</artifactId>
-			<version>3.2</version>
-		</dependency>
 	</dependencies>
 
 	<build>



More information about the infinispan-commits mailing list