This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new a9dccaed24 remove unused log4j dependency (#1277)
a9dccaed24 is described below
commit a9dccaed24a31580555e33a157c3934ef5e5302b
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Apr 13 15:56:12 2024 +0200
remove unused log4j dependency (#1277)
---
project/Dependencies.scala | 1 -
1 file changed, 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ea0ecb5bcc..9365aef424 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -159,7 +159,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.1" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]