Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion embulk-input-sqlserver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies {
implementation(project(path: ":embulk-input-jdbc", configuration: "runtimeElements"))
implementation "com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8"
compileOnly "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
2 changes: 1 addition & 1 deletion embulk-input-sqlserver/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8=compileClasspath
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
Loading