File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 91
91
<artifactId >spring-integration-test</artifactId >
92
92
<scope >test</scope >
93
93
</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 >
100
94
<dependency >
101
95
<groupId >org.junit.jupiter</groupId >
102
96
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ subprojects { subproject ->
216
216
}
217
217
218
218
ext {
219
- apacheSshdVersion = ' 2.11.0'
220
219
artemisVersion = ' 2.31.2'
221
220
aspectjVersion = ' 1.9.20.1'
222
221
commonsDigesterVersion = ' 2.1'
@@ -890,7 +889,6 @@ project('sftp') {
890
889
dependencies {
891
890
api ' org.springframework.integration:spring-integration-sftp'
892
891
api " org.apache.logging.log4j:log4j-core:$log4jVersion "
893
- testImplementation " org.apache.sshd:sshd-sftp:$apacheSshdVersion "
894
892
}
895
893
}
896
894
You can’t perform that action at this time.
0 commit comments