You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/05/09 18:30:38 UTC

[logging-log4j2] branch jpms-mockito-fails updated: Add byte buddy dependency

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

rgoers pushed a commit to branch jpms-mockito-fails
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/jpms-mockito-fails by this push:
     new 82e7f2b  Add byte buddy dependency
82e7f2b is described below

commit 82e7f2be451e14ebe650acfb595a3bc06b028429
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun May 9 11:28:57 2021 -0700

    Add byte buddy dependency
---
 log4j-core/src/test/java9/module-info.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-core/src/test/java9/module-info.java b/log4j-core/src/test/java9/module-info.java
index 0df50d8..72544e2 100644
--- a/log4j-core/src/test/java9/module-info.java
+++ b/log4j-core/src/test/java9/module-info.java
@@ -69,6 +69,7 @@ open module org.apache.logging.log4j.core {
     requires transitive org.jctools.core;
     requires transitive org.osgi.framework;
     requires transitive com.conversantmedia.disruptor;
+    requires transitive net.bytebuddy;
     requires com.fasterxml.jackson.core;
     requires com.fasterxml.jackson.databind;
     requires transitive com.fasterxml.jackson.dataformat.xml;