Repository: hbase
Updated Branches:
  refs/heads/branch-1 96cce2dcc -> 737e06324


HBASE-16355 Invalid hbase-common test-jar dependency scope

hbase-client has hbase-common test-jar as dependency in compile scope, while it 
should be test scope instead.
This patch fixes the bug.

closes #12

Signed-off-by: Sean Busbey <[email protected]>


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

Branch: refs/heads/branch-1
Commit: 737e063240fddc429e01c75a37b9f4a902053c2e
Parents: 96cce2d
Author: Stevo Slavić <[email protected]>
Authored: Sun Apr 5 12:43:48 2015 +0200
Committer: Sean Busbey <[email protected]>
Committed: Thu Aug 4 01:29:25 2016 -0500

----------------------------------------------------------------------
 hbase-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/737e0632/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 018beaa..dae9c67 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -130,6 +130,7 @@
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-common</artifactId>
       <type>test-jar</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>

Reply via email to