JAVA-29073 | removing harperDB jar (#15402)

This commit is contained in:
Gaetano Piazzolla 2023-12-11 18:48:24 +01:00 committed by GitHub
parent 0235abe7e3
commit ec8fe08bb8
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
<artifactId>java-harperdb</artifactId>
<version>${haperdb-driver.version}</version>
<scope>system</scope>
<!-- download the JDBC lib from https://www.cdata.com/drivers/harperdb/download/ !-->
<systemPath>${project.basedir}/lib/cdata.jdbc.harperdb.jar</systemPath>
</dependency>
<dependency>

View File

@ -817,7 +817,7 @@
<module>pdf</module>
<module>performance-tests</module>
<module>persistence-modules</module>
<module>persistence-modules/java-harperdb</module>
<!--<module>persistence-modules/java-harperdb</module>--> <!-- This module requires a library to download manually -->
<module>persistence-modules/spring-data-neo4j</module>
<module>protobuffer</module>
<module>quarkus-modules</module>