HBASE-18445 exclude guava from hadoop-auth Signed-off-by: Sean Busbey <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a649afeb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a649afeb Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a649afeb Branch: refs/heads/HBASE-18426 Commit: a649afebbac08964fa4221ddf78bc89a3342801d Parents: 3d81f7b Author: Mike Drob <[email protected]> Authored: Mon Jul 24 20:25:08 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Wed Jul 26 12:30:12 2017 -0700 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a649afeb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f1edb96..07ec470 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
