Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1658F200BC5 for ; Tue, 22 Nov 2016 20:50:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 15030160B0C; Tue, 22 Nov 2016 19:50:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5F736160AF1 for ; Tue, 22 Nov 2016 20:50:36 +0100 (CET) Received: (qmail 74096 invoked by uid 500); 22 Nov 2016 19:50:35 -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 74087 invoked by uid 99); 22 Nov 2016 19:50:35 -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; Tue, 22 Nov 2016 19:50:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 76E6DDFFAB; Tue, 22 Nov 2016 19:50:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Message-Id: <7e684d6092994bc38dcbb93931a4e977@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell Date: Tue, 22 Nov 2016 19:50:35 +0000 (UTC) archived-at: Tue, 22 Nov 2016 19:50:37 -0000 Repository: hbase Updated Branches: refs/heads/master 47a4e3437 -> b2b79ac7d HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b2b79ac7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b2b79ac7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b2b79ac7 Branch: refs/heads/master Commit: b2b79ac7d687818c6ea27ac44565d51ae7230d97 Parents: 47a4e34 Author: Michael Stack Authored: Tue Nov 22 10:29:27 2016 -0800 Committer: Michael Stack Committed: Tue Nov 22 10:29:27 2016 -0800 ---------------------------------------------------------------------- hbase-it/pom.xml | 4 ---- hbase-spark/pom.xml | 7 ------- 2 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/b2b79ac7/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index f0b1e67..09118b1 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -202,10 +202,6 @@ org.apache.hbase - hbase-shell - - - org.apache.hbase hbase-rsgroup http://git-wip-us.apache.org/repos/asf/hbase/blob/b2b79ac7/hbase-spark/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index 0a96f9c..035dfcc 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -536,13 +536,6 @@ test-jar - org.apache.hbase - hbase-it - ${project.version} - test-jar - test - - com.google.protobuf protobuf-java