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 578A9200B83 for ; Fri, 2 Sep 2016 11:34:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 56267160AAB; Fri, 2 Sep 2016 09:34:22 +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 BF6BD160AAC for ; Fri, 2 Sep 2016 11:34:21 +0200 (CEST) Received: (qmail 83817 invoked by uid 500); 2 Sep 2016 09:34:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 83799 invoked by uid 99); 2 Sep 2016 09:34:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 09:34:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B565C2C1B75 for ; Fri, 2 Sep 2016 09:34:20 +0000 (UTC) Date: Fri, 2 Sep 2016 09:34:20 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16340) ensure no Xerces jars included MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Sep 2016 09:34:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458056#comment-15458056 ] Hudson commented on HBASE-16340: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-1.1-JDK8 #1863 (See [https://builds.apache.org/job/HBase-1.1-JDK8/1863/]) HBASE-16340 exclude Xerces iplementation jars from coming in (apurtell: rev 69a64d2e347746fbf37e2b7e16cb8573fab7175f) * (edit) pom.xml > ensure no Xerces jars included > ------------------------------ > > Key: HBASE-16340 > URL: https://issues.apache.org/jira/browse/HBASE-16340 > Project: HBase > Issue Type: Task > Components: dependencies > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > Fix For: 2.0.0, 1.3.0, 1.4.0, 0.98.22, 1.1.7, 1.2.4 > > Attachments: HBASE-16340.1.patch, HBASE-16340.2.patch > > > When we moved our pom to Hadoop 2.7 we picked up a transitive Xerces implementation. We should exclude this to ensure we don't get a conflict with the implementation that ships with the jvm. -- This message was sent by Atlassian JIRA (v6.3.4#6332)