Skip to content

Commit

Permalink
Merge pull request #3364 from hansva/master
Browse files Browse the repository at this point in the history
Remove Vertica driver, fixes #3363
  • Loading branch information
hansva authored Nov 9, 2023
2 parents f26eb7b + 8d50f9b commit a603317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assemblies/lib-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions docker/integration-tests/Dockerfile.unit-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a603317

Please sign in to comment.