Updated HSQLDB dependency version to 1.7.2-rc6 to fix failing tests with in-memory database.

This commit is contained in:
Luke Taylor 2004-07-30 19:09:56 +00:00
parent e366c65d17
commit 437c89892c

View File

@ -241,7 +241,7 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.7.1</version>
<version>1.7.2-rc6c</version>
<url>http://hsqldb.sourceforge.net/</url>
<properties>
<war.bundle>true</war.bundle>