From 5f9fd23c479200f1d2f000039bed070797b28885 Mon Sep 17 00:00:00 2001 From: t-tsutsumi Date: Thu, 4 May 2017 04:11:04 +0900 Subject: [PATCH] Remove SLF4J JDK14 binding --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54a056f03..1dcfb9365 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ libraryDependencies ++= Seq( "org.apache.commons" % "commons-compress" % "1.11", "org.apache.commons" % "commons-email" % "1.4", "org.apache.httpcomponents" % "httpclient" % "4.5.1", - "org.apache.sshd" % "apache-sshd" % "1.2.0", + "org.apache.sshd" % "apache-sshd" % "1.2.0" exclude("org.slf4j","slf4j-jdk14"), "org.apache.tika" % "tika-core" % "1.13", "com.github.takezoe" %% "blocking-slick-32" % "0.0.8", "joda-time" % "joda-time" % "2.9.6",