From e323a484d95f59fa9e7c522e209eee69e9abc8a8 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Tue, 7 Oct 2014 00:41:17 -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 b39021863e9..0aa3294a0df 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -54,6 +54,12 @@ test-jar compile + + org.apache.hbase + hbase-annotations + test-jar + compile + org.apache.hbase hbase-protocol