We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f61e8 commit 709632eCopy full SHA for 709632e
plugins/nf-sqldb/build.gradle
@@ -66,7 +66,7 @@ dependencies {
66
api 'org.postgresql:postgresql:42.7.4'
67
api 'org.xerial:sqlite-jdbc:3.47.0.0'
68
api 'org.duckdb:duckdb_jdbc:0.10.2'
69
- api('com.databricks:databricks-jdbc:2.7.1') //{ exclude group: 'commons-logging' }
+ api('com.databricks:databricks-jdbc:0.9.8-oss') { exclude group: 'commons-logging' }
70
71
72
// JDBC driver setup for AWS Athena - the 3rd party JAR are being downloaded and setup as gradle tasks below.
0 commit comments