Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B921318783 for ; Wed, 2 Mar 2016 07:15:55 +0000 (UTC) Received: (qmail 3152 invoked by uid 500); 2 Mar 2016 07:15:55 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 3112 invoked by uid 500); 2 Mar 2016 07:15:55 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 3103 invoked by uid 99); 2 Mar 2016 07:15:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 07:15:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5DB7CE025B; Wed, 2 Mar 2016 07:15:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liushaohui@apache.org To: commits@hbase.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-15312 Addendum - Update the dependences of pom for mini cluster in HBase Book Date: Wed, 2 Mar 2016 07:15:55 +0000 (UTC) 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 Authored: Wed Mar 2 15:10:39 2016 +0800 Committer: Liu Shaohui 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. ---- 2.0.0-SNAPSHOT - 2.7.1 org.apache.hbase - hbase-server + hbase-testing-util ${hbase.version} test - - org.apache.hbase - hbase-server - ${hbase.version} - test-jar - test - - - org.apache.hbase - hbase-hadoop-compat - ${hbase.version} - test-jar - test - - - - org.apache.hadoop - hadoop-common - ${hadoop.version} - test-jar - test - - - org.apache.hbase - hbase-hadoop2-compat - ${hbase.version} - test-jar - test - - - org.apache.hadoop - hadoop-hdfs - ${hadoop.version} - test-jar - test - ----