chore: Update H2 database dependency and configuration

This commit is contained in:
2024-07-02 14:39:08 +02:00
parent 7bc56eee18
commit 9434de5bfc
5 changed files with 53 additions and 3 deletions

View File

@@ -52,8 +52,8 @@
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>