Skip to content

Commit

Permalink
Move dependency org.hsqldb to jdk8 classifier (#126)
Browse files Browse the repository at this point in the history
This is necessary so that the bytecode version matches the one of jdk8. If we do not do this, execution with jdk8 is no longer possible.
  • Loading branch information
KochTobi authored Oct 16, 2023
1 parent 5e6ae0e commit 33560f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.1</version>
<classifier>jdk8</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
Expand Down

0 comments on commit 33560f5

Please sign in to comment.