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/06/22 16:01:02 UTC

[logging-log4j2] branch master updated: Mark dependency as test

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 395b376  Mark dependency as test
395b376 is described below

commit 395b37627fad45860b575bee4667df67e79cabf5
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Jun 22 09:00:43 2019 -0700

    Mark dependency as test
---
 log4j-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index d790b1d..20063be 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -323,6 +323,7 @@
       <groupId>com.github.ivandzf</groupId>
       <artifactId>log4j2-custom-layout</artifactId>
       <version>1.1.0</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
   <build>