You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/10/07 09:41:35 UTC

git commit: Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar)

Repository: hbase
Updated Branches:
  refs/heads/0.98 076c4cd5b -> f3860bc37
Updated Tags:  refs/tags/0.98.7RC0 fc6c35128 -> 2940b5249


Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar)

Add hbase-annotations as a test-jar dependency in hbase-testing-util


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f3860bc3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f3860bc3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f3860bc3

Branch: refs/heads/0.98
Commit: f3860bc376cf0a80ef3abb07b8bed1d529d354cc
Parents: 076c4cd
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Oct 7 00:41:18 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Oct 7 00:41:18 2014 -0700

----------------------------------------------------------------------
 hbase-testing-util/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f3860bc3/hbase-testing-util/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 1fdb1ae..26642a4 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -56,6 +56,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase-annotations</artifactId>
+            <type>test-jar</type>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-protocol</artifactId>
             <type>jar</type>
             <scope>compile</scope>