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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]