From fb6f3217d7318812eefb97ede03de688ba389fe7 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan Date: Sat, 18 Apr 2020 21:52:59 -0700 Subject: [PATCH] HIVE-23241 : Reduce transitive dependencies --- druid-handler/pom.xml | 20 +++++++++++++++++++ .../metastore-benchmarks/pom.xml | 6 ++++++ standalone-metastore/metastore-tools/pom.xml | 6 ++++++ .../metastore-tools/tools-common/pom.xml | 13 ------------ 4 files changed, 32 insertions(+), 13 deletions(-) diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml index 5ee99b1e9d..18dfca02f9 100644 --- a/druid-handler/pom.xml +++ b/druid-handler/pom.xml @@ -91,6 +91,10 @@ druid-server ${druid.version} + + io.tesla.aether + tesla-aether + com.fasterxml.jackson.core jackson-core @@ -119,6 +123,22 @@ druid-processing ${druid.version} + + org.codehaus.plexus + plexus-utils + + + org.ow2.asm + asm-commons + + + org.ow2.asm + asm + + + org.checkerframework + checker-qual + com.google.code.findbugs diff --git a/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml b/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml index 13524a4db4..534583dc43 100644 --- a/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml +++ b/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml @@ -97,6 +97,12 @@ org.apache.maven.plugins maven-jxr-plugin 2.5 + + + org.codehaus.plexus + plexus-utils + + diff --git a/standalone-metastore/metastore-tools/pom.xml b/standalone-metastore/metastore-tools/pom.xml index d8c47885c8..df1b3ab905 100644 --- a/standalone-metastore/metastore-tools/pom.xml +++ b/standalone-metastore/metastore-tools/pom.xml @@ -115,6 +115,12 @@ org.apache.maven.plugins maven-jxr-plugin + + + org.codehaus.plexus + plexus-utils + + 2.5 diff --git a/standalone-metastore/metastore-tools/tools-common/pom.xml b/standalone-metastore/metastore-tools/tools-common/pom.xml index 4c226fa0e9..44f02b76a2 100644 --- a/standalone-metastore/metastore-tools/tools-common/pom.xml +++ b/standalone-metastore/metastore-tools/tools-common/pom.xml @@ -101,17 +101,4 @@ - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.5 - - - - - -- 2.17.2 (Apple Git-113)