HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell

This commit is contained in:
Michael Stack 2016-11-22 10:29:27 -08:00
parent 47a4e3437b
commit b2b79ac7d6
2 changed files with 0 additions and 11 deletions

View File

@ -200,10 +200,6 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shell</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rsgroup</artifactId>

View File

@ -535,13 +535,6 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-it</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>