Repository: hbase Updated Branches: refs/heads/master 60b81dc84 -> 3fa77a184
HBASE-15312 Addendum - Update the dependences of pom for mini cluster in HBase Book Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3fa77a18 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3fa77a18 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3fa77a18 Branch: refs/heads/master Commit: 3fa77a184517ee2e9229887499e2706d577f0406 Parents: 60b81dc Author: Liu Shaohui <[email protected]> Authored: Wed Mar 2 15:10:39 2016 +0800 Committer: Liu Shaohui <[email protected]> Committed: Wed Mar 2 15:10:39 2016 +0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/unit_testing.adoc | 39 +--------------------- 1 file changed, 1 insertion(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3fa77a18/src/main/asciidoc/_chapters/unit_testing.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/unit_testing.adoc b/src/main/asciidoc/_chapters/unit_testing.adoc index 15b6cce..0c4d812 100644 --- a/src/main/asciidoc/_chapters/unit_testing.adoc +++ b/src/main/asciidoc/_chapters/unit_testing.adoc @@ -270,52 +270,15 @@ Check the versions to be sure they are appropriate. ---- <properties> <hbase.version>2.0.0-SNAPSHOT</hbase.version> - <hadoop.version>2.7.1</hadoop.version> </properties> <dependencies> <dependency> <groupId>org.apache.hbase</groupId> - <artifactId>hbase-server</artifactId> + <artifactId>hbase-testing-util</artifactId> <version>${hbase.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-server</artifactId> - <version>${hbase.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-hadoop-compat</artifactId> - <version>${hbase.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - <version>${hadoop.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-hadoop2-compat</artifactId> - <version>${hbase.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> - <version>${hadoop.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> </dependencies> ----
