Skip to content

Commit f8b505b

Browse files
committed
fix h2database version
1 parent abb8b4c commit f8b505b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<snakeyaml.version>2.2</snakeyaml.version>
4444
<apache-groovy.version>4.0.15</apache-groovy.version>
4545
<logback.version>1.3.12</logback.version>
46+
<h2.version>2.2.224</h2.version>
4647
</properties>
4748

4849
<dependencies>
@@ -75,6 +76,12 @@
7576
<dependencyManagement>
7677
<dependencies>
7778

79+
<dependency>
80+
<groupId>com.h2database</groupId>
81+
<artifactId>h2</artifactId>
82+
<version>${h2.version}</version>
83+
</dependency>
84+
7885
<dependency>
7986
<groupId>ch.qos.logback</groupId>
8087
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)