[hibernate-commits] Hibernate SVN: r17819 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 22 08:04:02 EDT 2009


Author: hardy.ferentschik
Date: 2009-10-22 08:04:02 -0400 (Thu, 22 Oct 2009)
New Revision: 17819

Modified:
   core/trunk/parent/pom.xml
Log:
changed the dependecy definitions for the postgres profiles. 'jdbc3' is in the postgres sense no classifier. Or if i is they don't package the driver in the right way for maven

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2009-10-22 11:10:31 UTC (rev 17818)
+++ core/trunk/parent/pom.xml	2009-10-22 12:04:02 UTC (rev 17819)
@@ -570,8 +570,7 @@
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.2-504</version>
-                    <classifier>jdbc3</classifier>
+                    <version>8.2-504.jdbc3</version>
                 </dependency>
             </dependencies>
             <properties>
@@ -591,8 +590,7 @@
                 <dependency>
                     <groupId>postgresql</groupId>
                     <artifactId>postgresql</artifactId>
-                    <version>8.2-504</version>
-                    <classifier>jdbc3</classifier>
+                    <version>8.2-504.jdbc3</version>
                 </dependency>
             </dependencies>
             <properties>



More information about the hibernate-commits mailing list