From 7524f85018eef9cb5ee1714026026cc9732f55e5 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 25 Apr 2019 11:03:37 -0500 Subject: [PATCH] HBASE-22314 shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies --- .../hbase-shaded-client-byo-hadoop/pom.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml index 953e0b8f04..43939e22ba 100644 --- a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml +++ b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml @@ -58,4 +58,62 @@ + + + + hadoop-2.0 + + + + !hadoop.profile + + + + + com.github.stephenc.findbugs + findbugs-annotations + true + + + org.apache.hadoop + hadoop-auth + provided + + + org.apache.hadoop + hadoop-common + provided + + + + + + + hadoop-3.0 + + + hadoop.profile + 3.0 + + + + + org.apache.hadoop + hadoop-auth + provided + + + org.apache.hadoop + hadoop-common + provided + + + + -- 2.16.1