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>