From 67fee0cf1cef8f0464153f9ebbe6a2cf630eec00 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Tue, 8 Mar 2016 10:01:23 -0800 Subject: [PATCH] HBASE-14845 avoid leaking jdk.tools system dependency through hbase-server or transitively from modules that rely on hadoop-common. --- hbase-client/pom.xml | 6 ++++++ hbase-server/pom.xml | 16 ++++++++++++++++ pom.xml | 8 ++++++++ 3 files changed, 30 insertions(+) diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index e74e0d5..af790ec 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -121,6 +121,12 @@ hbase-annotations test-jar test + + + jdk.tools + jdk.tools + + org.apache.hbase diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index d5f1e30..259f386 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -350,6 +350,16 @@ org.apache.hbase + hbase-annotations + + + jdk.tools + jdk.tools + + + + + org.apache.hbase hbase-common @@ -380,6 +390,12 @@ hbase-annotations test-jar test + + + jdk.tools + jdk.tools + + org.apache.hbase diff --git a/pom.xml b/pom.xml index b3fa787..6f8b3bb 100644 --- a/pom.xml +++ b/pom.xml @@ -2094,6 +2094,10 @@ servlet-api + jdk.tools + jdk.tools + + stax stax-api @@ -2260,6 +2264,10 @@ servlet-api + jdk.tools + jdk.tools + + stax stax-api -- 2.5.4 (Apple Git-61)