You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2020/05/20 14:31:09 UTC

[logging-log4j2] branch release-2.x updated: Use test scope for test-jar jars.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new fab7546  Use test scope for test-jar jars.
fab7546 is described below

commit fab7546f16e03c970b60b73de567ceb4c0a60921
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed May 20 10:31:03 2020 -0400

    Use test scope for test-jar jars.
---
 log4j-mongodb3/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml
index bb1f04f..e1e4e99 100644
--- a/log4j-mongodb3/pom.xml
+++ b/log4j-mongodb3/pom.xml
@@ -63,11 +63,13 @@
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <type>test-jar</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
       <type>test-jar</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>de.flapdoodle.embed</groupId>