[infinispan-commits] Infinispan SVN: r1984 - branches/4.1.x/cachestore/remote.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Jul 6 07:53:58 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-07-06 07:53:58 -0400 (Tue, 06 Jul 2010)
New Revision: 1984

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

Modified: branches/4.1.x/cachestore/remote/pom.xml
===================================================================
--- branches/4.1.x/cachestore/remote/pom.xml	2010-07-06 09:50:32 UTC (rev 1983)
+++ branches/4.1.x/cachestore/remote/pom.xml	2010-07-06 11:53:58 UTC (rev 1984)
@@ -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