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

(cherry picked from commit 96adff7370)
This commit is contained in:
Sammi Chen 2017-12-08 20:15:32 +08:00
parent d06281486d
commit 0f95a1d26a
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,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>