Skip to content

Commit

Permalink
add comment for dependency adal4j
Browse files Browse the repository at this point in the history
  • Loading branch information
luongnhattruong committed Feb 12, 2025
1 parent f5aa3a8 commit a455e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embulk-output-sqlserver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies {
implementation(project(path: ":embulk-output-jdbc", configuration: "runtimeElements"))
implementation 'com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8'
//Support for Azure Active Directory Authentication
implementation ('com.microsoft.azure:adal4j:1.6.3') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
Expand Down

0 comments on commit a455e10

Please sign in to comment.