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 <busbey@apache.org>
This commit is contained in:
Stevo Slavić 2015-04-05 12:43:48 +02:00 committed by Sean Busbey
parent 6fdf3aa216
commit 544dc1e558
1 changed files with 1 additions and 0 deletions

View File

@ -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>