This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 0ee804249c7ce495daec64c96e6ed1b0b949819e
Author: Matt Sicker <[email protected]>
AuthorDate: Sat Nov 5 13:22:01 2022 -0500

    Revert "Add assertj to log4j-core-test module-info.java"
    
    This reverts commit b373fa5db16aacde2684ceded2bc4a3efca032af.
---
 log4j-core-test/src/main/module/module-info.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/log4j-core-test/src/main/module/module-info.java 
b/log4j-core-test/src/main/module/module-info.java
index 405c5fdb53..00b74a0d5a 100644
--- a/log4j-core-test/src/main/module/module-info.java
+++ b/log4j-core-test/src/main/module/module-info.java
@@ -41,6 +41,5 @@ module org.apache.logging.log4j.core.test {
     requires static junit;
     requires static org.junit.jupiter.api;
     requires static org.junit.platform.commons;
-    requires org.assertj.core;
     provides PluginService with Log4jPlugins;
 }

Reply via email to