[infinispan-commits] Infinispan SVN: r1985 - trunk/cachestore/remote.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Jul 6 07:55:45 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-07-06 07:55:45 -0400 (Tue, 06 Jul 2010)
New Revision: 1985

Modified:
   trunk/cachestore/remote/pom.xml
Log:
Fix hotrod-client dependency which IDEA could not import correctly.

Modified: trunk/cachestore/remote/pom.xml
===================================================================
--- trunk/cachestore/remote/pom.xml	2010-07-06 11:53:58 UTC (rev 1984)
+++ trunk/cachestore/remote/pom.xml	2010-07-06 11:55:45 UTC (rev 1985)
@@ -25,7 +25,7 @@
          <groupId>org.infinispan</groupId>
          <artifactId>infinispan-client-hotrod</artifactId>
          <version>${project.version}</version>
-         <classifier>tests</classifier>
+         <type>test-jar</type>
          <scope>test</scope>
       </dependency>
       <dependency>



More information about the infinispan-commits mailing list