Skip to content

Commit 709632e

Browse files
committed
Bump oss driver
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 93f61e8 commit 709632e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-sqldb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
api 'org.postgresql:postgresql:42.7.4'
6767
api 'org.xerial:sqlite-jdbc:3.47.0.0'
6868
api 'org.duckdb:duckdb_jdbc:0.10.2'
69-
api('com.databricks:databricks-jdbc:2.7.1') //{ exclude group: 'commons-logging' }
69+
api('com.databricks:databricks-jdbc:0.9.8-oss') { exclude group: 'commons-logging' }
7070

7171

7272
// JDBC driver setup for AWS Athena - the 3rd party JAR are being downloaded and setup as gradle tasks below.

0 commit comments

Comments
 (0)