mirror of https://github.com/sbt/sbt.git
[2.x] Remove unused code in project/Dependencies.scala (#8522)
This commit is contained in:
parent
4a36171138
commit
dc0d055069
|
|
@ -100,13 +100,6 @@ object Dependencies {
|
|||
val scalaParsers = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"
|
||||
val scalaPar = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
|
||||
|
||||
// specify all of log4j modules to prevent misalignment
|
||||
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.17.1"
|
||||
val log4jApi = log4jModule("log4j-api")
|
||||
val log4jCore = log4jModule("log4j-core")
|
||||
val log4jSlf4jImpl = log4jModule("log4j-slf4j-impl")
|
||||
val log4jModules = Vector(log4jApi, log4jCore, log4jSlf4jImpl)
|
||||
|
||||
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.8.5"
|
||||
|
||||
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.13.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue