[infinispan-commits] Infinispan SVN: r1956 - in branches/4.1.x/cachestore: jdbc and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Jul 2 05:47:21 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-07-02 05:47:20 -0400 (Fri, 02 Jul 2010)
New Revision: 1956

Modified:
   branches/4.1.x/cachestore/jdbc/pom.xml
   branches/4.1.x/cachestore/pom.xml
Log:
[ISPN-480] (JDBCBinaryCacheStore purgeExpired() SQL statement: not enough params bound)

Modified: branches/4.1.x/cachestore/jdbc/pom.xml
===================================================================
--- branches/4.1.x/cachestore/jdbc/pom.xml	2010-07-02 09:19:21 UTC (rev 1955)
+++ branches/4.1.x/cachestore/jdbc/pom.xml	2010-07-02 09:47:20 UTC (rev 1956)
@@ -27,5 +27,13 @@
          <version>1.1.117</version>
          <scope>test</scope>
       </dependency>
+
+      <!-- for testing against MySQL -->
+      <dependency>
+         <groupId>mysql</groupId>
+         <artifactId>mysql-connector-java</artifactId>
+         <version>5.1.9</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 </project>

Modified: branches/4.1.x/cachestore/pom.xml
===================================================================
--- branches/4.1.x/cachestore/pom.xml	2010-07-02 09:19:21 UTC (rev 1955)
+++ branches/4.1.x/cachestore/pom.xml	2010-07-02 09:47:20 UTC (rev 1956)
@@ -27,12 +27,5 @@
          <type>test-jar</type>
          <scope>test</scope>
       </dependency>
-
-      <dependency>
-         <groupId>mysql</groupId>
-         <artifactId>mysql-connector-java</artifactId>
-         <version>5.1.9</version>
-         <scope>test</scope>
-      </dependency>
    </dependencies>
 </project>



More information about the infinispan-commits mailing list