Remove undeclared log4j-slf4j-impl dependency

This commit is contained in:
Dale Wijnand 2017-07-28 07:34:48 +01:00 committed by GitHub
parent 051d0e5673
commit 5f5a70cca7
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"
}