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 sa...@apache.org on 2017/12/08 12:17:20 UTC

hadoop git commit: HADOOP-14997. Add hadoop-aliyun as dependency of hadoop-cloud-storage. Contributed by Genmao Yu.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.9 d06281486 -> 0f95a1d26


HADOOP-14997. Add hadoop-aliyun as dependency of hadoop-cloud-storage. Contributed by Genmao Yu.

(cherry picked from commit 96adff737041774542aec97c5f036003e389389d)


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

Branch: refs/heads/branch-2.9
Commit: 0f95a1d26a2f3ffbd9c1168e97165bbd6409cca9
Parents: d062814
Author: Sammi Chen <sa...@intel.com>
Authored: Fri Dec 8 20:15:32 2017 +0800
Committer: Sammi Chen <sa...@intel.com>
Committed: Fri Dec 8 20:15:32 2017 +0800

----------------------------------------------------------------------
 hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0f95a1d2/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml b/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
index 4c06df2..0fe1132 100644
--- a/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
+++ b/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
@@ -110,6 +110,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-aliyun</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-aws</artifactId>
       <scope>compile</scope>
     </dependency>


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