Skip to content

Commit 173f795

Browse files
authored
Removed unused bean from SFTP test config
The present bean is left over there after migration from JSch to Apache MINA. Signed-off-by: Mohammadreza Yektamaram <[email protected]>
1 parent efa8dc5 commit 173f795

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-integration-sftp/src/test/java/org/springframework/integration/sftp/config/InboundChannelAdapterParserCachingTests-context.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
<beans:constructor-arg ref="sftpSessionFactory"/>
2929
</beans:bean>
3030

31-
<util:properties id="sessionConfig">
32-
<beans:prop key="StrictHostKeyChecking">no</beans:prop>
33-
</util:properties>
34-
3531
<sftp:inbound-channel-adapter id="cachingAdapter"
3632
session-factory="csf"
3733
channel="requestChannel"

0 commit comments

Comments
 (0)