From ca2920dfde90340b93768af2eb031f8c985270e3 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Tue, 2 Aug 2016 11:36:51 -0500 Subject: [PATCH] HBASE-16340 exclude Xerces iplementation jars from coming in transitively. --- hbase-spark/pom.xml | 4 ++++ pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index 89ed186..68b809e 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -249,6 +249,10 @@ io.netty netty + + xerces + xercesImpl + diff --git a/pom.xml b/pom.xml index b116ae4..f5ce4e4 100644 --- a/pom.xml +++ b/pom.xml @@ -953,6 +953,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. + @@ -2155,6 +2161,10 @@ stax stax-api + + xerces + xercesImpl + ${hadoop-two.version} @@ -2181,6 +2191,10 @@ stax stax-api + + xerces + xercesImpl + @@ -2333,6 +2347,10 @@ stax stax-api + + xerces + xercesImpl + ${hadoop-three.version} @@ -2355,6 +2373,10 @@ stax stax-api + + xerces + xercesImpl + -- 2.7.2