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 B69EE177D6 for ; Tue, 7 Oct 2014 07:42:03 +0000 (UTC) Received: (qmail 44570 invoked by uid 500); 7 Oct 2014 07:42:03 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 44524 invoked by uid 500); 7 Oct 2014 07:42:03 -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 44512 invoked by uid 99); 7 Oct 2014 07:42:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 07:42:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4B1B98B4EF6; Tue, 7 Oct 2014 07:42:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Message-Id: <48babd9f54ba42b99a265895069f44cc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar) Date: Tue, 7 Oct 2014 07:42:03 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 38bc5360c -> da440d586 Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar) Add hbase-annotations as a test-jar dependency in hbase-testing-util Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/da440d58 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/da440d58 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/da440d58 Branch: refs/heads/master Commit: da440d586eb1e1f0fff8e0f427fd3ff729fd8f51 Parents: 38bc536 Author: Andrew Purtell Authored: Tue Oct 7 00:41:15 2014 -0700 Committer: Andrew Purtell Committed: Tue Oct 7 00:41:15 2014 -0700 ---------------------------------------------------------------------- hbase-testing-util/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/da440d58/hbase-testing-util/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index cefadb4..624b205 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -56,6 +56,12 @@ org.apache.hbase + hbase-annotations + test-jar + compile + + + org.apache.hbase hbase-protocol jar compile