You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/10/31 00:53:19 UTC

[logging-log4j2] 11/13: Add assertj to log4j-core-test module-info.java

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 b373fa5db16aacde2684ceded2bc4a3efca032af
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sun Oct 30 18:43:31 2022 -0500

    Add assertj to log4j-core-test module-info.java
    
    Signed-off-by: Matt Sicker <ma...@apache.org>
---
 log4j-core-test/src/main/module/module-info.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-core-test/src/main/module/module-info.java b/log4j-core-test/src/main/module/module-info.java
index 00b74a0d5a..405c5fdb53 100644
--- a/log4j-core-test/src/main/module/module-info.java
+++ b/log4j-core-test/src/main/module/module-info.java
@@ -41,5 +41,6 @@ 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;
 }