From 5826bf2a7cb3601fd2e99136bac408bffd826397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Wed, 24 Jun 2015 22:10:13 -0400 Subject: [PATCH] HBASE-13963 Do not leak jdk.tools dependency from hbase-annotations Signed-off-by: Sean Busbey --- hbase-client/pom.xml | 6 ++++++ hbase-common/pom.xml | 6 ++++++ hbase-examples/pom.xml | 6 ++++++ hbase-hadoop2-compat/pom.xml | 6 ++++++ hbase-protocol/pom.xml | 6 ++++++ hbase-rest/pom.xml | 6 ++++++ hbase-testing-util/pom.xml | 6 ++++++ 7 files changed, 42 insertions(+) diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 84d4162ab8f..3cef2ecc61d 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -109,6 +109,12 @@ org.apache.hbase hbase-annotations + + + jdk.tools + jdk.tools + + org.apache.hbase diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 2f5e7f2f611..fae5f89777b 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -206,6 +206,12 @@ org.apache.hbase hbase-annotations + + + jdk.tools + jdk.tools + + org.apache.hbase diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 80bd9c3de36..c50923174f6 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -264,6 +264,12 @@ if we can combine these profiles somehow --> org.apache.hadoop hadoop-annotations + + + jdk.tools + jdk.tools + + org.apache.hadoop diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 52472b3fa18..2b53c057bc6 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -143,6 +143,12 @@ limitations under the License. org.apache.hbase hbase-annotations + + + jdk.tools + jdk.tools + + org.apache.hbase diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index fb5e0abfbe4..bfceef8a969 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -106,6 +106,12 @@ org.apache.hbase hbase-annotations + + + jdk.tools + jdk.tools + + diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index e82f029096d..8ca484986eb 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -189,6 +189,12 @@ org.apache.hbase hbase-annotations + + + jdk.tools + jdk.tools + + org.apache.hbase diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 624b2053794..e6ebbe6f6c7 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -59,6 +59,12 @@ hbase-annotations test-jar compile + + + jdk.tools + jdk.tools + + org.apache.hbase