Skip to content

Commit 813e2e8

Browse files
committed
[pom] Drop back to hsqldb 2.6.1
2.7.0 breaks 4 tests with timestamps. Until further review, drop back to 2.6.1 which works as-is.
1 parent 9361b70 commit 813e2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>org.hsqldb</groupId>
200200
<artifactId>hsqldb</artifactId>
201-
<version>2.7.0</version>
201+
<version>2.6.1</version>
202202
<scope>test</scope>
203203
</dependency>
204204
<dependency>

0 commit comments

Comments
 (0)