Remove sshd-sftp dependency

It is managed now transitively by `spring-integration-sftp`
This commit is contained in:
Artem Bilan
2024-03-19 15:08:53 -04:00
parent 322eb79650
commit 7dee4333ff
2 changed files with 0 additions and 8 deletions

View File

@@ -91,12 +91,6 @@
<artifactId>spring-integration-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-sftp</artifactId>
<version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>

View File

@@ -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"
}
}