Skip to content

Commit

Permalink
add redshift jdbc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
keejon committed Oct 8, 2024
1 parent 2fae56b commit 56a452c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ dependencies {
runtimeOnly("net.snowflake:snowflake-jdbc:3.16.1")
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
runtimeOnly("com.mysql:mysql-connector-j:8.4.0")
runtimeOnly("com.amazon.redshift:redshift-jdbc42:2.1.0.30")

implementation("com.google.guava:guava:33.2.1-jre")
implementation("org.slf4j:slf4j-api:$slf4jVersion")
Expand Down

0 comments on commit 56a452c

Please sign in to comment.