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 aa...@apache.org on 2018/05/10 09:38:29 UTC

hadoop git commit: HADOOP-15354. hadoop-aliyun & hadoop-azure modules to mark hadoop-common as provided

Repository: hadoop
Updated Branches:
  refs/heads/trunk 46e0f2786 -> ba051b068


HADOOP-15354. hadoop-aliyun & hadoop-azure modules to mark hadoop-common as provided

Signed-off-by: Akira Ajisaka <aa...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba051b06
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ba051b06
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ba051b06

Branch: refs/heads/trunk
Commit: ba051b0686ad5190b43ce64552de5f14d1b1461d
Parents: 46e0f27
Author: Steve Loughran <st...@hortonworks.com>
Authored: Thu May 10 18:38:08 2018 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Thu May 10 18:38:08 2018 +0900

----------------------------------------------------------------------
 hadoop-tools/hadoop-aliyun/pom.xml | 2 +-
 hadoop-tools/hadoop-azure/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ba051b06/hadoop-tools/hadoop-aliyun/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aliyun/pom.xml b/hadoop-tools/hadoop-aliyun/pom.xml
index cd8cc5d..ed60783 100644
--- a/hadoop-tools/hadoop-aliyun/pom.xml
+++ b/hadoop-tools/hadoop-aliyun/pom.xml
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/ba051b06/hadoop-tools/hadoop-azure/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml
index 2f19311..44b67a0 100644
--- a/hadoop-tools/hadoop-azure/pom.xml
+++ b/hadoop-tools/hadoop-azure/pom.xml
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>


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