Skip to content

Commit dc0d055

Browse files
authored
[2.x] Remove unused code in project/Dependencies.scala (#8522)
1 parent 4a36171 commit dc0d055

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

project/Dependencies.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ object Dependencies {
100100
val scalaParsers = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"
101101
val scalaPar = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
102102

103-
// specify all of log4j modules to prevent misalignment
104-
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.17.1"
105-
val log4jApi = log4jModule("log4j-api")
106-
val log4jCore = log4jModule("log4j-core")
107-
val log4jSlf4jImpl = log4jModule("log4j-slf4j-impl")
108-
val log4jModules = Vector(log4jApi, log4jCore, log4jSlf4jImpl)
109-
110103
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.8.5"
111104

112105
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.13.0"

0 commit comments

Comments
 (0)