Fixed the build after the rebase with trunk.

This commit is contained in:
Sangjin Lee 2016-07-08 10:30:29 -07:00
parent 5db9b0ba2d
commit c5dbde0cc4

View File

@ -104,6 +104,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</exclusion>
</exclusions>
</dependency>