BAEL-7259: review comments implemented

This commit is contained in:
parthiv39731
2023-12-02 10:25:25 +05:30
parent 57eaebe8d5
commit 0c7025b080
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -29,7 +29,7 @@
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>java-harperdb</artifactId>
<version>4.2</version>
<version>${haperdb-driver.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/cdata.jdbc.harperdb.jar</systemPath>
</dependency>
@@ -57,4 +57,8 @@
</dependencies>
</dependencyManagement>
<properties>
<haperdb-driver.version>4.2</haperdb-driver.version>
</properties>
</project>