[hibernate-commits] Hibernate SVN: r19422 - core/branches/Branch_3_3_2_GA_CP/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat May 8 09:25:52 EDT 2010


Author: stliu
Date: 2010-05-08 09:25:52 -0400 (Sat, 08 May 2010)
New Revision: 19422

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-4253 update db driver version

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-08 12:25:15 UTC (rev 19421)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-08 13:25:52 UTC (rev 19422)
@@ -506,6 +506,7 @@
                     <artifactId>postgresql</artifactId>
                     <version>8.2-510</version>
                     <scope>test</scope>
+					<classifier>jdbc4</classifier>
                 </dependency>
             </dependencies>
             <properties>
@@ -527,6 +528,7 @@
                     <artifactId>postgresql</artifactId>
                     <version>8.3-605</version>
                     <scope>test</scope>
+					<classifier>jdbc4</classifier>
                 </dependency>
             </dependencies>
             <properties>



More information about the hibernate-commits mailing list