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:33:22 +08:00
parent 12f92e636e
commit 6b31a94b01
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>