You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/10/27 22:59:06 UTC

git commit: HBASE-12353 Add hbase-annotation-tests to runtime classpath so can run hbase it tests

Repository: hbase
Updated Branches:
  refs/heads/master 70a312e53 -> f2c83704f


HBASE-12353 Add hbase-annotation-tests to runtime classpath so can run hbase it tests


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

Branch: refs/heads/master
Commit: f2c83704f4b004faba10f1695c75fa56d7caf1c5
Parents: 70a312e
Author: stack <st...@apache.org>
Authored: Mon Oct 27 14:58:55 2014 -0700
Committer: stack <st...@apache.org>
Committed: Mon Oct 27 14:58:55 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f2c83704/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4e5b66..03e22a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1045,7 +1045,7 @@
         <artifactId>hbase-annotations</artifactId>
         <version>${project.version}</version>
         <type>test-jar</type>
-        <scope>test</scope>
+        <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
       </dependency>
       <dependency>
         <groupId>org.apache.hbase</groupId>