keep using h2 2.1 because 2.2 uses a different file format

This commit is contained in:
Athou
2023-12-17 16:11:42 +01:00
parent fd0e5426e5
commit 6f781216cd

View File

@@ -419,6 +419,8 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- stay on 2.1 because 2.2 file format changed to version '3' -->
<version>2.1.214</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>