From 10705b7ed2c5c35736370a195e143d79bde4640a Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Tue, 7 Oct 2014 00:31:33 -0700 Subject: [PATCH] Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar) Add hbase-annotations as a test-jar dependency in hbase-testing-util --- hbase-testing-util/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index cefadb4..624b205 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -56,6 +56,12 @@ org.apache.hbase + hbase-annotations + test-jar + compile + + + org.apache.hbase hbase-protocol jar compile -- 1.7.12.4 (Apple Git-37)