Upgraded HSQLDB version to 2.3.1 to fix transaction issue

This commit is contained in:
Michael Minella
2013-12-09 14:10:34 -06:00
parent 7553c383cd
commit 17b680f31d

View File

@@ -528,7 +528,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.2.9</version>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
<dependency>