Skip to content

Commit

Permalink
Use JDBC driver in compileOnly scope
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Sep 13, 2024
1 parent 726cef3 commit 0348f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions embulk-input-sqlserver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies {
implementation(project(path: ":embulk-input-jdbc", configuration: "runtimeElements"))
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'
Expand Down
1 change: 1 addition & 0 deletions embulk-input-sqlserver/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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
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 0348f9a

Please sign in to comment.