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 DAB5F18B33 for ; Fri, 11 Dec 2015 02:54:28 +0000 (UTC) Received: (qmail 5064 invoked by uid 500); 11 Dec 2015 02:54:28 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 5023 invoked by uid 500); 11 Dec 2015 02:54:28 -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 5014 invoked by uid 99); 11 Dec 2015 02:54:28 -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; Fri, 11 Dec 2015 02:54:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 81C40E17A7; Fri, 11 Dec 2015 02:54:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eclark@apache.org To: commits@hbase.apache.org Message-Id: <35bb87345b7e438da0dd1358f46d4477@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-14745 Shade the last few dependencies in hbase-shaded-client Date: Fri, 11 Dec 2015 02:54:28 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/branch-1 8508dd07f -> 6163fb965 HBASE-14745 Shade the last few dependencies in hbase-shaded-client Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6163fb96 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6163fb96 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6163fb96 Branch: refs/heads/branch-1 Commit: 6163fb965d4b50f09c21992ec22fd3745ffb9d3f Parents: 8508dd0 Author: Elliott Clark Authored: Wed Nov 4 13:40:46 2015 -0800 Committer: Elliott Clark Committed: Thu Dec 10 18:44:58 2015 -0800 ---------------------------------------------------------------------- hbase-shaded/pom.xml | 28 ++++++++++++++++++++++++++++ pom.xml | 3 +++ 2 files changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6163fb96/hbase-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml index 76bb68c..7e5378f 100644 --- a/hbase-shaded/pom.xml +++ b/hbase-shaded/pom.xml @@ -294,12 +294,40 @@ org.apache.commons.el org.apache.hadoop.hbase.shaded.org.apache.commons.el + + org.apache.commons.httpclient + org.apache.hadoop.hbase.shaded.org.apache.commons.httpclient + + + org.apache.commons.compress + org.apache.hadoop.hbase.shaded.org.apache.commons.compress + + + org.apache.commons.digester + org.apache.hadoop.hbase.shaded.org.apache.commons.digester + + + org.apache.commons.codec + org.apache.hadoop.hbase.shaded.org.apache.commons.codec + net.iharder org.apache.hadoop.hbase.shaded.net.iharder + + + + junit + org.apache.hadoop.hbase.shaded.junit + + + org.junit + org.apache.hadoop.hbase.shaded.org.junit + + +