HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh.

This commit is contained in:
Andrew Wang 2017-04-07 13:43:06 -07:00
parent 56e81f2a20
commit d298f734a4
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@
<artifactId>hadoop-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>