diff --git a/build.gradle b/build.gradle index bce9467240..5996bca893 100644 --- a/build.gradle +++ b/build.gradle @@ -433,7 +433,7 @@ project('spring-integration-sftp') { compile project(":spring-integration-core") compile project(":spring-integration-file") compile project(":spring-integration-stream") - compile "com.jcraft:jsch:0.1.42" + compile "com.jcraft:jsch:0.1.45" compile "org.springframework:spring-context-support:$springVersion" compile("javax.activation:activation:$javaxActivationVersion") { optional = true } testCompile project(":spring-integration-test") diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 4f5246c779..fe8eafc6f8 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -89,10 +89,10 @@ - com.jcraft - jsch - 0.1.42 - compile + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test org.springframework @@ -100,24 +100,30 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-test 3.0.6.RELEASE test + + org.springframework.integration + spring-integration-file + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j 1.2.12 test - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - compile - cglib cglib-nodep @@ -130,12 +136,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymockclassextension @@ -149,30 +149,30 @@ compile true - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - org.hamcrest hamcrest-all 1.1 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.mockito mockito-all 1.8.4 test + + com.jcraft + jsch + 0.1.45 + compile + + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep