From bf23e854f83dc018c4d5c85f5a2f8b195a6bd3aa Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 21 Jul 2025 11:58:22 +0900 Subject: [PATCH] Exclude sshd-spring-sftp (#3803) --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 90f115422..80e34dafe 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,8 @@ libraryDependencies ++= Seq( "org.apache.sshd" % "apache-sshd" % "2.15.0" exclude ("org.slf4j", "slf4j-jdk14") exclude ( "org.apache.sshd", "sshd-mina" - ) exclude ("org.apache.sshd", "sshd-netty"), + ) exclude ("org.apache.sshd", "sshd-netty") + exclude ("org.apache.sshd", "sshd-spring-sftp"), "org.apache.tika" % "tika-core" % "3.2.1", "com.github.takezoe" %% "blocking-slick" % "0.0.14", "com.novell.ldap" % "jldap" % "2009-10-07",