Updates to work with HSQLDB 2.2.4.

We need the HsqldbLiaison fixes from samskivert 1.8-SNAPSHOT and we have to nix
some hardcoded bogosity in our own tests.
This commit is contained in:
Michael Bayne
2013-05-06 17:38:16 +00:00
parent 959dbacb53
commit a625c831ae
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.0.0</version>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
</dependencies>