Repository: hbase Updated Branches: refs/heads/branch-1 7525fa938 -> e323a484d
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/e323a484 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e323a484 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e323a484 Branch: refs/heads/branch-1 Commit: e323a484d95f59fa9e7c522e209eee69e9abc8a8 Parents: 7525fa9 Author: Andrew Purtell <[email protected]> Authored: Tue Oct 7 00:41:17 2014 -0700 Committer: Andrew Purtell <[email protected]> Committed: Tue Oct 7 00:41:17 2014 -0700 ---------------------------------------------------------------------- hbase-testing-util/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e323a484/hbase-testing-util/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index b390218..0aa3294 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>
