<dependency>
<groupId>org.apache.omid</groupId>
<artifactId>omid-timestamp-storage-hbase2.x</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.omid', module='omid-timestamp-storage-hbase2.x', version='1.0.0')
)
<parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.apache.omid:omid-hbase-common-${hbase.artifactId.suffix}
|-- org.apache.omid:omid-common
|-- org.apache.curator:curator-framework
|-- org.apache.curator:curator-recipes
|-- org.apache.hbase:hbase-client
|-- org.apache.omid:${shims.artifactId}
test