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:
Mohammadreza Yektamaram
2025-02-13 17:24:19 +01:00
committed by GitHub
parent efa8dc50b7
commit 173f7954a2

View File

@@ -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"