Skip to content

Commit 60f29ba

Browse files
committed
[pom] Add comment on jdk8 requirement for hsqldb 2.4.0
1 parent f4c4d84 commit 60f29ba

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
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.hsqldb</groupId>
212212
<artifactId>hsqldb</artifactId>
213-
<version>2.3.4</version>
213+
<version>2.3.4</version> <!-- Version 2.4.0 required jdk8 -->
214214
<scope>test</scope>
215215
</dependency>
216216
<dependency>

0 commit comments

Comments
 (0)