You can run 'mvn dependency:tree' (with proper defines such as -Dhadoop-two.version=x.y) in the root of workspace of the hbase release you're using.
This would generate dependencies you were looking for. Cheers On Mon, Apr 6, 2015 at 1:21 PM, Schulze, Dean (Contractor) < [email protected]> wrote: > I can't find the Javadoc for HBaseTestingUtility. The maven dependencies > shown in Section 140 of the HBase Book are also wrong. Maven can't resolve > them: > > > http://hbase.apache.org/book.html#_integration_testing_with_a_hbase_mini_cluster > > Where are the Javadocs and up-to-date dependencies for HBaseTestingUtility? > > Thanks. >
