From 47ec5495f6b5d4056450a34c24e19440106f48c1 Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Sun, 1 Jan 2017 21:15:32 +0100 Subject: [PATCH] HBASE-16730 Excluded junit as a transitive dependency from hadoop-common --- hbase-spark/pom.xml | 8 ++++++++ pom.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index b57e59a921..16d7afef64 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -196,6 +196,10 @@ com.google.code.findbugs jsr305 + + junit + junit + @@ -234,6 +238,10 @@ com.google.code.findbugs jsr305 + + junit + junit + diff --git a/pom.xml b/pom.xml index 1b87973a2e..e9c4d22124 100644 --- a/pom.xml +++ b/pom.xml @@ -2383,6 +2383,10 @@ com.google.code.findbugs jsr305 + + junit + junit + @@ -2569,6 +2573,10 @@ com.google.code.findbugs jsr305 + + junit + junit + -- 2.11.0 (Apple Git-81)