fix: Fix the CI build

This commit is contained in:
Ilkka Seppälä
2022-10-30 19:51:15 +02:00
parent 2dd1b55a52
commit 12ce824f71
+4
View File
@@ -58,6 +58,10 @@
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>
<build>
<plugins>