Skip to content

Commit 7dee433

Browse files
committed
Remove sshd-sftp dependency
It is managed now transitively by `spring-integration-sftp`
1 parent 322eb79 commit 7dee433

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

basic/sftp/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@
9191
<artifactId>spring-integration-test</artifactId>
9292
<scope>test</scope>
9393
</dependency>
94-
<dependency>
95-
<groupId>org.apache.sshd</groupId>
96-
<artifactId>sshd-sftp</artifactId>
97-
<version>2.11.0</version>
98-
<scope>test</scope>
99-
</dependency>
10094
<dependency>
10195
<groupId>org.junit.jupiter</groupId>
10296
<artifactId>junit-jupiter-engine</artifactId>

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ subprojects { subproject ->
216216
}
217217

218218
ext {
219-
apacheSshdVersion = '2.11.0'
220219
artemisVersion = '2.31.2'
221220
aspectjVersion = '1.9.20.1'
222221
commonsDigesterVersion = '2.1'
@@ -890,7 +889,6 @@ project('sftp') {
890889
dependencies {
891890
api 'org.springframework.integration:spring-integration-sftp'
892891
api "org.apache.logging.log4j:log4j-core:$log4jVersion"
893-
testImplementation "org.apache.sshd:sshd-sftp:$apacheSshdVersion"
894892
}
895893
}
896894

0 commit comments

Comments
 (0)