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 <mohammad.1ta@gmail.com>
This commit is contained in:
committed by
GitHub
parent
efa8dc50b7
commit
173f7954a2
@@ -28,10 +28,6 @@
|
||||
<beans:constructor-arg ref="sftpSessionFactory"/>
|
||||
</beans:bean>
|
||||
|
||||
<util:properties id="sessionConfig">
|
||||
<beans:prop key="StrictHostKeyChecking">no</beans:prop>
|
||||
</util:properties>
|
||||
|
||||
<sftp:inbound-channel-adapter id="cachingAdapter"
|
||||
session-factory="csf"
|
||||
channel="requestChannel"
|
||||
|
||||
Reference in New Issue
Block a user