Skip to content

Commit

Permalink
chore: use hsqldb-jdk8 for compatibility with Java 8
Browse files Browse the repository at this point in the history
Note: hsqldb is used in batchJDBC_TESTS only
  • Loading branch information
vlsi committed Apr 29, 2023
1 parent 7132be7 commit a980912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dist-check/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

extraTestDependencies(platform(projects.src.bomThirdparty))
extraTestDependencies(platform(projects.src.bomTesting))
extraTestDependencies("org.hsqldb:hsqldb")
extraTestDependencies("org.hsqldb:hsqldb::jdk8")
extraTestDependencies("org.apache.mina:mina-core")
extraTestDependencies("org.apache.ftpserver:ftplet-api")
extraTestDependencies("org.apache.ftpserver:ftpserver-core")
Expand Down

0 comments on commit a980912

Please sign in to comment.