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

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17819 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Hardy Ferentschik 2009-10-22 12:04:02 +00:00
parent 11a87b6965
commit 1a4b12967a
1 changed files with 2 additions and 4 deletions

View File

@ -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>