HBASE-3264 Remove unnecessary Guava Dependency; fix test that used expect guava dependency
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88d2b70c85
commit
272806891a
|
@ -251,6 +251,5 @@ public class TestTableMapReduce extends MultiRegionTable {
|
|||
|
||||
System.err.println("tmpjars: " + tmpjars);
|
||||
assertTrue(tmpjars.contains("zookeeper"));
|
||||
assertTrue(tmpjars.contains("guava"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue