<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-client</artifactId>
<version>1.7.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-shaded-client', version='1.7.2')
)
<parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase-shaded</artifactId> <version>1.7.2</version> </parent>
compile
|-- commons-logging:commons-logging:1.2
|-- org.apache.htrace:htrace-core:3.1.0-incubating
|-- org.apache.htrace:htrace-core4:4.0.1-incubating
|-- org.apache.hbase:hbase-resource-bundle:1.7.2
|-- org.slf4j:slf4j-log4j12:1.7.25
|-- org.slf4j:slf4j-api:1.7.25
|-- com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1