From a1242a73271d66e676a5b2e26d6451292adeeca9 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 22 Jan 2015 17:33:05 -0600 Subject: [PATCH] HBASE-12909 junit should be test scope only. --- hbase-testing-util/pom.xml | 10 ++++++++++ pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 624b205..300721b 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -109,6 +109,16 @@ compile + junit + junit + compile + + + org.mockito + mockito-all + compile + + org.slf4j slf4j-log4j12 ${slf4j.version} diff --git a/pom.xml b/pom.xml index c122f57..b5a8b22 100644 --- a/pom.xml +++ b/pom.xml @@ -1521,13 +1521,11 @@ org.hamcrest hamcrest-core ${hamcrest.version} - test org.mockito mockito-all ${mockito-all.version} - test org.htrace @@ -1557,10 +1555,12 @@ junit junit + test org.mockito mockito-all + test