Repository: hbase Updated Branches: refs/heads/master 38bc5360c -> da440d586
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/da440d58 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/da440d58 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/da440d58 Branch: refs/heads/master Commit: da440d586eb1e1f0fff8e0f427fd3ff729fd8f51 Parents: 38bc536 Author: Andrew Purtell <[email protected]> Authored: Tue Oct 7 00:41:15 2014 -0700 Committer: Andrew Purtell <[email protected]> Committed: Tue Oct 7 00:41:15 2014 -0700 ---------------------------------------------------------------------- hbase-testing-util/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/da440d58/hbase-testing-util/pom.xml ---------------------------------------------------------------------- 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 @@ </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>
