[exo-jcr-commits] exo-jcr SVN: r1564 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 25 02:55:05 EST 2010


Author: tolusha
Date: 2010-01-25 02:55:05 -0500 (Mon, 25 Jan 2010)
New Revision: 1564

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-403: mysql 5.1.8 dependency

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-01-23 23:27:25 UTC (rev 1563)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-01-25 07:55:05 UTC (rev 1564)
@@ -204,12 +204,12 @@
          <scope>test</scope>
       </dependency>
       <!-- For MySQL support -->
-      <dependency>
-         <groupId>mysql</groupId>
-         <artifactId>mysql-connector-java</artifactId>
-         <version>5.0.5</version>
-         <scope>test</scope>
-      </dependency>
+      <dependency>
+         <groupId>mysql</groupId>
+         <artifactId>mysql-connector-java</artifactId>
+         <version>5.1.8</version>
+         <scope>test</scope>
+      </dependency>      
       <!-- For PostgresSQL support -->
       <dependency>
          <groupId>postgresql</groupId>



More information about the exo-jcr-commits mailing list