From 33560f5de4340496a287816b3aab1ae8cfea1d73 Mon Sep 17 00:00:00 2001 From: Tobias Koch Date: Mon, 16 Oct 2023 14:35:07 +0200 Subject: [PATCH] Move dependency org.hsqldb to jdk8 classifier (#126) 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. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3b36a3b..6d9d79b 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,7 @@ org.hsqldb hsqldb 2.7.1 + jdk8