Skip to content

Commit ef7e2ab

Browse files
return dependency com.jcraft:jsch:0.1.55 due to Algorithm negotiation fail then investigate with new log
1 parent 07a970a commit ef7e2ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
exclude group: "org.slf4j", module: "slf4j-api"
3333
}
3434
compile "commons-io:commons-io:2.6"
35-
compile "com.github.mwiede:jsch:0.1.60"
35+
compile "com.jcraft:jsch:0.1.55"
3636

3737
testCompile "junit:junit:4.13"
3838
testCompile "org.embulk:embulk-core:0.9.23:tests"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.github.mwiede:jsch:0.1.60
4+
com.jcraft:jsch:0.1.55
55
commons-io:commons-io:2.6
66
org.apache.commons:commons-vfs2:2.2
77
org.slf4j:jcl-over-slf4j:1.7.12

0 commit comments

Comments
 (0)