Merge pull request #108 from sbt/no-log4j-slf4j-impl

Remove undeclared log4j-slf4j-impl dependency
This commit is contained in:
Dale Wijnand 2017-07-28 08:31:35 +01:00 committed by GitHub
commit 0f48990c49
1 changed files with 0 additions and 1 deletions

View File

@ -51,6 +51,5 @@ object Dependencies {
def log4jVersion = "2.8.1"
val log4jApi = "org.apache.logging.log4j" % "log4j-api" % log4jVersion
val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jVersion
val log4jSlf4jImpl = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVersion
val disruptor = "com.lmax" % "disruptor" % "3.3.6"
}