diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml
index 6189b659..89ba184e 100644
--- a/basic/sftp/pom.xml
+++ b/basic/sftp/pom.xml
@@ -91,12 +91,6 @@
spring-integration-test
test
-
- org.apache.sshd
- sshd-sftp
- 2.11.0
- test
-
org.junit.jupiter
junit-jupiter-engine
diff --git a/build.gradle b/build.gradle
index 88811d21..cfe8b4ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -216,7 +216,6 @@ subprojects { subproject ->
}
ext {
- apacheSshdVersion = '2.11.0'
artemisVersion = '2.31.2'
aspectjVersion = '1.9.20.1'
commonsDigesterVersion = '2.1'
@@ -890,7 +889,6 @@ project('sftp') {
dependencies {
api 'org.springframework.integration:spring-integration-sftp'
api "org.apache.logging.log4j:log4j-core:$log4jVersion"
- testImplementation "org.apache.sshd:sshd-sftp:$apacheSshdVersion"
}
}