HBASE-18445 exclude guava from hadoop-auth

Signed-off-by: Sean Busbey <bus...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/10573c6c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/10573c6c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/10573c6c

Branch: refs/heads/branch-2
Commit: 10573c6c99c6df77117da3dc9539d90b2678b7c3
Parents: 311ca34
Author: Mike Drob <md...@apache.org>
Authored: Mon Jul 24 20:25:08 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Jul 26 15:49:17 2017 -0700

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/10573c6c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f917374..6e05ac6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2567,6 +2567,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>

Reply via email to