Skip to content

Commit 709b095

Browse files
Pin to H2 v1 (#167)
1 parent 3a9fb24 commit 709b095

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>
68+
69+
<!-- pin H2 v1 -->
70+
<dependency>
71+
<groupId>com.h2database</groupId>
72+
<artifactId>h2</artifactId>
73+
<version>1.4.200</version>
74+
</dependency>
6875
</dependencies>
6976
</dependencyManagement>
7077

0 commit comments

Comments
 (0)