removed explicit h2.version as parent now is at the required 1.4.200

This commit is contained in:
sampadawagde
2021-11-21 17:58:26 +05:30
parent 569e1fc8c7
commit 8c30cbb5e3
11 changed files with 0 additions and 15 deletions

View File

@@ -71,7 +71,6 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -126,7 +125,6 @@
<properties>
<spring-tx.version>5.2.2.RELEASE</spring-tx.version>
<httpclient.version>4.5.2</httpclient.version>
<h2.version>1.4.200</h2.version>
<reactor-core.version>3.3.1.RELEASE</reactor-core.version>
</properties>