Skip to content

Commit

Permalink
Remove sshd-sftp dependency
Browse files Browse the repository at this point in the history
It is managed now transitively by `spring-integration-sftp`
  • Loading branch information
artembilan committed Mar 19, 2024
1 parent 322eb79 commit 7dee433
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions basic/sftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ subprojects { subproject ->
}

ext {
apacheSshdVersion = '2.11.0'
artemisVersion = '2.31.2'
aspectjVersion = '1.9.20.1'
commonsDigesterVersion = '2.1'
Expand Down Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 7dee433

Please sign in to comment.