From 27b1deb03dbf6697715a9f368512f73b7b4e59c8 Mon Sep 17 00:00:00 2001 From: Vlad Rozov Date: Tue, 24 Oct 2017 19:10:37 -0700 Subject: [PATCH] DRILL-5905: Exclude jdk-tools from project dependencies --- contrib/storage-hbase/pom.xml | 4 ++-- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index b0dcac5eab1..46ca15037f0 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -39,7 +39,7 @@ 3.20.0-GA test - + org.apache.drill.exec drill-java-exec @@ -147,7 +147,7 @@ enforce - + diff --git a/pom.xml b/pom.xml index 2c0d16c7bad..e71ef32aed2 100644 --- a/pom.xml +++ b/pom.xml @@ -360,6 +360,7 @@ org.mortbay.jetty:servlet-api org.mortbay.jetty:servlet-api-2.5 log4j:log4j + jdk.tools:jdk.tools @@ -695,6 +696,17 @@ freemarker ${freemarker.version} + + org.apache.hadoop + hadoop-annotations + ${hadoop.version} + + + jdk.tools + jdk.tools + + + org.apache.hadoop hadoop-aws @@ -727,6 +739,17 @@ + + org.apache.hbase + hbase-annotations + ${hbase.version} + + + jdk.tools + jdk.tools + + + org.apache.hive hive-exec @@ -1596,6 +1619,10 @@ asm asm + + org.apache.hbase + hbase-annotations + @@ -2201,6 +2228,10 @@ asm asm + + org.apache.hbase + hbase-annotations + @@ -2212,6 +2243,10 @@ log4j log4j + + jdk.tools + jdk.tools +