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 2019/07/08 15:28:56 UTC

[logging-log4j2] branch master updated: LOG4J2-2640 - Remove cyclic dependency

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b0d7f8  LOG4J2-2640 - Remove cyclic dependency
8b0d7f8 is described below

commit 8b0d7f834e488eafae50f08b5046c9f5fa6413ed
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Jul 8 08:28:45 2019 -0700

    LOG4J2-2640 - Remove cyclic dependency
---
 log4j-core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 20063be..2e15ca9 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -324,6 +324,12 @@
       <artifactId>log4j2-custom-layout</artifactId>
       <version>1.1.0</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
   <build>