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:
parent
11a87b6965
commit
1a4b12967a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue