Skip to content

Commit

Permalink
Log via jcl-over-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Feb 9, 2024
1 parent b0ae88d commit a9d7356
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion build.gradle
Expand Up @@ -59,11 +59,18 @@ dependencies {

compile "org.embulk:embulk-util-retryhelper:0.8.2"

compile "org.apache.commons:commons-vfs2:2.2"
compile("org.apache.commons:commons-vfs2:2.2") {
exclude group: "commons-logging", module: "commons-logging"
}
compile "commons-io:commons-io:2.6"
compile "com.jcraft:jsch:0.1.55"

compile("org.slf4j:jcl-over-slf4j:1.7.30") {
exclude group: "org.slf4j", module: "slf4j-api"
}

testCompile "junit:junit:4.13"
testCompile "ch.qos.logback:logback-classic:1.2.13"
testCompile "org.embulk:embulk-core:0.10.32"
testCompile "org.embulk:embulk-core:0.10.32:tests"
testCompile "org.embulk:embulk-formatter-csv:0.10.32"
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependency-locks/embulkPluginRuntime.lockfile
Expand Up @@ -10,7 +10,6 @@ com.sun.xml.bind:jaxb-core:2.2.11
com.sun.xml.bind:jaxb-impl:2.2.11
commons-beanutils:commons-beanutils-core:1.8.3
commons-io:commons-io:2.6
commons-logging:commons-logging:1.2
javax.activation:activation:1.1.1
javax.validation:validation-api:1.1.0.Final
javax.xml.bind:jaxb-api:2.2.11
Expand All @@ -20,3 +19,4 @@ org.apache.commons:commons-lang3:3.1
org.apache.commons:commons-vfs2:2.2
org.embulk:embulk-util-config:0.3.1
org.embulk:embulk-util-retryhelper:0.8.2
org.slf4j:jcl-over-slf4j:1.7.30

0 comments on commit a9d7356

Please sign in to comment.