Then configure HBASE_HOME enviroment variable:
export HBASE_HOME=/path/to/hbaseRun
deploy-deps.sh and all done. After it you can use following dependency:
 <dependency>
   <groupid>org.apache.hadoop</groupid>
   <artifactid>hbase</artifactid>
   <version>0.1.3</version>
 </dependency>
You can modify those files for your needs, if you wish.
