<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-annotations</artifactId>
<version>1.4.10</version>
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-annotations', version='1.4.10')
)
<parent> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <version>1.4.10</version> </parent>