[hibernate-commits] Hibernate SVN: r19772 - core/branches/Branch_3_5/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Jun 19 10:26:25 EDT 2010


Author: stliu
Date: 2010-06-19 10:26:24 -0400 (Sat, 19 Jun 2010)
New Revision: 19772

Modified:
   core/branches/Branch_3_5/parent/pom.xml
Log:
HHH-5323 correct jdbc driver version for testing

Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml	2010-06-19 00:14:57 UTC (rev 19771)
+++ core/branches/Branch_3_5/parent/pom.xml	2010-06-19 14:26:24 UTC (rev 19772)
@@ -852,8 +852,8 @@
             <dependencies>
                 <dependency>
                     <groupId>com.oracle</groupId>
-                    <artifactId>ojdbc6</artifactId>
-                    <version>11.2.0.1.0</version>
+                    <artifactId>ojdbc5</artifactId>
+                    <version>11.1.0.7.0</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>



More information about the hibernate-commits mailing list