OPENJPA-781 committing patch contributed by Fernando

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@720521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-11-25 16:10:02 +00:00
parent 9e67ec5ae8
commit 7f7497dee3
1 changed files with 2 additions and 1 deletions

View File

@ -47,12 +47,13 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.1-407.jdbc3</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>