Upgraded to mina sshd 1.2.0

This commit is contained in:
Jeroen van Erp
2017-01-20 16:30:01 +01:00
parent aa47b0c5f7
commit 356ec9ed08

View File

@@ -37,7 +37,7 @@ dependencies {
testCompile "junit:junit:4.11" testCompile "junit:junit:4.11"
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4' testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
testCompile "org.mockito:mockito-core:1.9.5" testCompile "org.mockito:mockito-core:1.9.5"
testCompile "org.apache.sshd:sshd-core:1.1.0" testCompile "org.apache.sshd:sshd-core:1.2.0"
testRuntime "ch.qos.logback:logback-classic:1.1.2" testRuntime "ch.qos.logback:logback-classic:1.1.2"
testCompile 'org.glassfish.grizzly:grizzly-http-server:2.3.17' testCompile 'org.glassfish.grizzly:grizzly-http-server:2.3.17'
testCompile 'org.apache.httpcomponents:httpclient:4.5.2' testCompile 'org.apache.httpcomponents:httpclient:4.5.2'