chore: Add hsqldb runtime dependency to pom.xml

This commit is contained in:
Erik Foris 2024-06-11 13:39:00 +02:00 committed by Elias Schriefer
parent f30a93a8ba
commit 268e98c5d3

View File

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