HHH-5323 correct jdbc driver version for testing

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19783 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-06-22 16:54:54 +00:00
parent 41c0622e83
commit 03c182e14d
1 changed files with 2 additions and 2 deletions

View File

@ -688,7 +688,7 @@
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.2-504.jdbc3</version>
<version>8.4-701.jdbc3</version>
<scope>test</scope>
</dependency>
</dependencies>
@ -709,7 +709,7 @@
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.2-504.jdbc3</version>
<version>8.4-701.jdbc3</version>
<scope>test</scope>
</dependency>
</dependencies>