HBASE-18445 exclude guava from hadoop-auth

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Mike Drob 2017-07-24 20:25:08 -05:00 committed by Sean Busbey
parent 3d81f7b9e7
commit a649afebba
1 changed files with 6 additions and 0 deletions

View File

@ -2591,6 +2591,12 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
<version>${hadoop-three.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>