Skip to content

Commit 12ce824

Browse files
committed
fix: Fix the CI build
1 parent 2dd1b55 commit 12ce824

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

metadata-mapping/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
<groupId>com.sun.istack</groupId>
5959
<artifactId>istack-commons-runtime</artifactId>
6060
</dependency>
61+
<dependency>
62+
<groupId>com.h2database</groupId>
63+
<artifactId>h2</artifactId>
64+
</dependency>
6165
</dependencies>
6266
<build>
6367
<plugins>

0 commit comments

Comments
 (0)