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 EF8D4200B74 for ; Thu, 1 Sep 2016 23:59:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E7E83160AB5; Thu, 1 Sep 2016 21:59:40 +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 392EF160AA8 for ; Thu, 1 Sep 2016 23:59:40 +0200 (CEST) Received: (qmail 27445 invoked by uid 500); 1 Sep 2016 21:59:29 -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 27429 invoked by uid 99); 1 Sep 2016 21:59:29 -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; Thu, 01 Sep 2016 21:59:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 168A0E02D4; Thu, 1 Sep 2016 21:59:29 +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 Date: Thu, 01 Sep 2016 21:59:30 -0000 Message-Id: <4f07a0cd164f4879ab74c95d00b5b765@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] hbase git commit: HBASE-16340 exclude Xerces iplementation jars from coming in transitively. archived-at: Thu, 01 Sep 2016 21:59:51 -0000 HBASE-16340 exclude Xerces iplementation jars from coming in transitively. Signed-off-by: Esteban Gutierrez Signed-off-by: stack Conflicts: hbase-spark/pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/69a64d2e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/69a64d2e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/69a64d2e Branch: refs/heads/branch-1.1 Commit: 69a64d2e347746fbf37e2b7e16cb8573fab7175f Parents: bd61885 Author: Sean Busbey Authored: Tue Aug 2 11:36:51 2016 -0500 Committer: Andrew Purtell Committed: Thu Sep 1 14:43:10 2016 -0700 ---------------------------------------------------------------------- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/69a64d2e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6deab26..2d760ed 100644 --- a/pom.xml +++ b/pom.xml @@ -827,7 +827,7 @@ - min-maven-and-java + min-maven-min-java-banned-xerces enforce @@ -853,6 +853,12 @@ See the reference guide on building for more information: http://hbase.apache.org/book.html#build + + + xerces:xercesImpl + + We avoid adding our own Xerces jars to the classpath, see HBASE-16340. + @@ -2011,6 +2017,10 @@ stax stax-api + + xerces + xercesImpl + ${hadoop-two.version} @@ -2033,6 +2043,10 @@ stax stax-api + + xerces + xercesImpl + @@ -2185,6 +2199,10 @@ stax stax-api + + xerces + xercesImpl + ${hadoop-three.version} @@ -2207,6 +2225,10 @@ stax stax-api + + xerces + xercesImpl +