Remove sshd-sftp dependency
It is managed now transitively by `spring-integration-sftp`
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user