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 71938200CE4 for ; Mon, 31 Jul 2017 07:32:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7016B16424C; Mon, 31 Jul 2017 05:32:56 +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 B791C164246 for ; Mon, 31 Jul 2017 07:32:55 +0200 (CEST) Received: (qmail 2377 invoked by uid 500); 31 Jul 2017 05:32:54 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 2368 invoked by uid 99); 31 Jul 2017 05:32:54 -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; Mon, 31 Jul 2017 05:32:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73FF1DFA84; Mon, 31 Jul 2017 05:32:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: junping_du@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-14672. Shaded Hadoop-client-minicluster include unshaded classes, like: javax, sax, dom, etc. Contributed by Bharat Viswanadham. Date: Mon, 31 Jul 2017 05:32:52 +0000 (UTC) archived-at: Mon, 31 Jul 2017 05:32:56 -0000 Repository: hadoop Updated Branches: refs/heads/trunk f14be0d24 -> 481385ea8 HADOOP-14672. Shaded Hadoop-client-minicluster include unshaded classes, like: javax, sax, dom, etc. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/481385ea Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/481385ea Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/481385ea Branch: refs/heads/trunk Commit: 481385ea8a6ac13b23520276e7718710b7b02c89 Parents: f14be0d Author: Junping Du Authored: Sun Jul 30 22:14:54 2017 -0700 Committer: Junping Du Committed: Sun Jul 30 22:15:48 2017 -0700 ---------------------------------------------------------------------- .../hadoop-client-minicluster/pom.xml | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/481385ea/hadoop-client-modules/hadoop-client-minicluster/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml index 93811ad..f4b2329 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -127,6 +127,10 @@ jaxb-api + xml-apis + xml-apis + + org.apache.avro avro @@ -624,6 +628,12 @@ **/*.class + + xerces:xercesImpl + + **/* + + @@ -646,6 +656,7 @@ org/junit/* org/junit/**/* + org/ietf/jgss/* org/omg/**/* org/w3c/dom/* @@ -655,6 +666,13 @@ + contribs/ + ${shaded.dependency.prefix}.contribs. + + **/pom.xml + + + com/ ${shaded.dependency.prefix}.com. @@ -692,6 +710,13 @@ + javassist/ + ${shaded.dependency.prefix}.javassist. + + **/pom.xml + + + javax/el/ ${shaded.dependency.prefix}.javax.el. @@ -713,6 +738,13 @@ + jersey/ + ${shaded.dependency.prefix}.jersey. + + **/pom.xml + + + net/ ${shaded.dependency.prefix}.net. --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org