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

This commit is contained in:
Sammi Chen 2017-11-02 14:26:16 +08:00
parent 178751ed8c
commit cde56b9cef
1 changed files with 5 additions and 0 deletions

View File

@ -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>