You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/08/01 23:06:21 UTC

[hadoop] branch branch-2.9.0 updated: HADOOP-15410 (#366)

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

weichiu pushed a commit to branch branch-2.9.0
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.9.0 by this push:
     new 53ddfc6  HADOOP-15410 (#366)
53ddfc6 is described below

commit 53ddfc69833cf959caa7375c08ba0951a4132fea
Author: Jacklee <lq...@126.com>
AuthorDate: Fri Aug 2 07:06:02 2019 +0800

    HADOOP-15410 (#366)
    
    HADOOP-15410. Update scope of log4j in hadoop-auth to provided. Contributed by lqjacklee.
---
 hadoop-common-project/hadoop-auth/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-auth/pom.xml b/hadoop-common-project/hadoop-auth/pom.xml
index fbe1c6c..bbcb738 100644
--- a/hadoop-common-project/hadoop-auth/pom.xml
+++ b/hadoop-common-project/hadoop-auth/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <scope>runtime</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org