chore: Add hsqldb runtime dependency to pom.xml

This commit is contained in:
Erik Foris 2024-06-11 13:39:00 +02:00
parent 50527966de
commit 2c4a3490d9

View File

@ -41,6 +41,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>