diff --git a/asynchbase/pom.xml b/asynchbase/pom.xml index 4321e730..cf491907 100644 --- a/asynchbase/pom.xml +++ b/asynchbase/pom.xml @@ -1,77 +1,105 @@ 4.0.0 com.yahoo.ycsb binding-parent 0.9.0-SNAPSHOT ../binding-parent/ asynchbase-binding AsyncHBase Client Binding for Apache HBase org.hbase asynchbase ${asynchbase.version} com.yahoo.ycsb core ${project.version} provided + + org.apache.zookeeper + zookeeper + 3.4.5 + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + jline + jline + + + junit + junit + + + org.jboss.netty + netty + + + + junit junit 4.12 test org.apache.hbase hbase-testing-util ${hbase10.version} test org.apache.hbase hbase-client ${hbase10.version} test log4j log4j 1.2.17 test org.slf4j log4j-over-slf4j 1.7.7 test \ No newline at end of file