Browse Source

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

Sammi Chen 7 years ago
parent
commit
cde56b9cef
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml

+ 5 - 0
hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml

@@ -103,6 +103,11 @@
         </exclusion>
       </exclusions>
     </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>