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 <[email protected]> AuthorDate: Sun Oct 30 18:43:31 2022 -0500 Add assertj to log4j-core-test module-info.java Signed-off-by: Matt Sicker <[email protected]> --- 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; }
