JAVA-3592: Upgrade h2 dependency in the main pom.xml

This commit is contained in:
sampadawagde
2021-11-19 23:17:22 +05:30
parent ddf531faa7
commit 848fa01e47
6 changed files with 1 additions and 6 deletions
@@ -28,7 +28,6 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>