From 6b376eeb328f4b433a4f149593914a649984490c 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 | 16 ++++++++++++++++ 2 files changed, 20 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 ea7743f..45af87a 100644 --- a/pom.xml +++ b/pom.xml @@ -2156,6 +2156,10 @@ stax stax-api + + xerces + xercesImpl + ${hadoop-two.version} @@ -2182,6 +2186,10 @@ stax stax-api + + xerces + xercesImpl + @@ -2326,6 +2334,10 @@ stax stax-api + + xerces + xercesImpl + ${hadoop-three.version} @@ -2348,6 +2360,10 @@ stax stax-api + + xerces + xercesImpl + -- 2.7.2