Skip to content

Commit

Permalink
sqlserver plugin supports driver_path option
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Sep 12, 2024
1 parent 3f7fb40 commit 726cef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion embulk-input-sqlserver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(path: ":embulk-input-jdbc", configuration: "runtimeElements"))
implementation "com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8"
defaultJdbcDriver "com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8"
implementation("com.microsoft.azure:adal4j:1.6.7") {
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: "org.apache.commons", module: "commons-lang3"
Expand Down
1 change: 0 additions & 1 deletion embulk-input-sqlserver/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=compileClasspath,runt
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,runtimeClasspath
com.google.code.gson:gson:2.8.0=compileClasspath,runtimeClasspath
com.microsoft.azure:adal4j:1.6.7=compileClasspath,runtimeClasspath
com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8=compileClasspath,runtimeClasspath
com.nimbusds:content-type:2.1=compileClasspath,runtimeClasspath
com.nimbusds:lang-tag:1.5=compileClasspath,runtimeClasspath
com.nimbusds:nimbus-jose-jwt:9.8.1=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 726cef3

Please sign in to comment.