We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a970a commit ef7e2abCopy full SHA for ef7e2ab
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
exclude group: "org.slf4j", module: "slf4j-api"
33
}
34
compile "commons-io:commons-io:2.6"
35
- compile "com.github.mwiede:jsch:0.1.60"
+ compile "com.jcraft:jsch:0.1.55"
36
37
testCompile "junit:junit:4.13"
38
testCompile "org.embulk:embulk-core:0.9.23:tests"
gradle/dependency-locks/embulkPluginRuntime.lockfile
@@ -1,7 +1,7 @@
1
# This is a Gradle generated file for dependency locking.
2
# Manual edits can break the build and are not advised.
3
# This file is expected to be part of source control.
4
-com.github.mwiede:jsch:0.1.60
+com.jcraft:jsch:0.1.55
5
commons-io:commons-io:2.6
6
org.apache.commons:commons-vfs2:2.2
7
org.slf4j:jcl-over-slf4j:1.7.12
0 commit comments