[infinispan-commits] Infinispan SVN: r1638 - trunk/client/hotrod-client.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Mar 29 11:50:49 EDT 2010


Author: mircea.markus
Date: 2010-03-29 11:50:49 -0400 (Mon, 29 Mar 2010)
New Revision: 1638

Modified:
   trunk/client/hotrod-client/pom.xml
Log:
ongoing work on hotrod client

Modified: trunk/client/hotrod-client/pom.xml
===================================================================
--- trunk/client/hotrod-client/pom.xml	2010-03-29 15:47:35 UTC (rev 1637)
+++ trunk/client/hotrod-client/pom.xml	2010-03-29 15:50:49 UTC (rev 1638)
@@ -29,5 +29,21 @@
          <type>test-jar</type>
          <scope>test</scope>
       </dependency>
+
+      <dependency>
+         <groupId>${project.groupId}</groupId>
+         <artifactId>infinispan-server-hotrod</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>${project.groupId}</groupId>
+         <artifactId>infinispan-server-hotrod</artifactId>
+         <version>${project.version}</version>
+         <type>test-jar</type>
+         <scope>test</scope>
+      </dependency>
+
    </dependencies>
 </project>



More information about the infinispan-commits mailing list