This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d50f9b14b Remove Vertica driver, fixes #3363
     new a603317c7e Merge pull request #3364 from hansva/master
8d50f9b14b is described below

commit 8d50f9b14b70e5ed38b4103815c4c784e27617ec
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Nov 9 10:56:12 2023 +0100

    Remove Vertica driver, fixes #3363
---
 assemblies/lib-jdbc/pom.xml                    | 6 ------
 docker/integration-tests/Dockerfile.unit-tests | 3 +++
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/assemblies/lib-jdbc/pom.xml b/assemblies/lib-jdbc/pom.xml
index d1aca9571d..85aa8e4610 100644
--- a/assemblies/lib-jdbc/pom.xml
+++ b/assemblies/lib-jdbc/pom.xml
@@ -43,7 +43,6 @@
         <redshift.version>2.1.0.19</redshift.version>
         <snowflake.jdbc.version>3.14.1</snowflake.jdbc.version>
         <sqlite.version>3.43.0.0</sqlite.version>
-        <vertica.jdbc.version>23.3.0-0</vertica.jdbc.version>
     </properties>
 
     <dependencies>
@@ -115,11 +114,6 @@
             <artifactId>sqlite-jdbc</artifactId>
             <version>${sqlite.version}</version>
         </dependency>
-        <dependency>
-            <groupId>com.vertica.jdbc</groupId>
-            <artifactId>vertica-jdbc</artifactId>
-            <version>${vertica.jdbc.version}</version>
-        </dependency>
     </dependencies>
 
     <repositories>
diff --git a/docker/integration-tests/Dockerfile.unit-tests 
b/docker/integration-tests/Dockerfile.unit-tests
index fa0615c7ce..a717a07a92 100644
--- a/docker/integration-tests/Dockerfile.unit-tests
+++ b/docker/integration-tests/Dockerfile.unit-tests
@@ -86,6 +86,9 @@ RUN unzip -q ${DEPLOYMENT_PATH}/hop.zip -d ${DEPLOYMENT_PATH} 
\
   && cd ${DEPLOYMENT_PATH}/hop \
   && ./hop-conf.sh --generate-fat-jar=/tmp/hop-fatjar.jar
 
+# Download the Vertica JDBC driver
+RUN wget -c 
https://repo1.maven.org/maven2/com/vertica/jdbc/vertica-jdbc/23.4.0-0/vertica-jdbc-23.4.0-0.jar
 -O /opt/hop/lib/jdbc/vertica-jdbc-23.4.0-0.jar
+
 # make volume available so that hop pipeline and workflow files can be 
provided easily
 VOLUME ["/files"]
 USER ${JENKINS_USER}

Reply via email to