Skip to content

Commit

Permalink
remove unused log4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 18, 2023
1 parent c5611ec commit 6a20fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ object Dependencies {

val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test
val log4j = "log4j" % "log4j" % "1.2.17" % Test

// in-memory filesystem for file related tests
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test
Expand Down

0 comments on commit 6a20fec

Please sign in to comment.