mirror of https://github.com/sbt/sbt.git
Merge pull request #108 from sbt/no-log4j-slf4j-impl
Remove undeclared log4j-slf4j-impl dependency
This commit is contained in:
commit
0f48990c49
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue