diff --git a/hbase11xreader/pom.xml b/hbase11xreader/pom.xml index e6923580..537fd625 100644 --- a/hbase11xreader/pom.xml +++ b/hbase11xreader/pom.xml @@ -43,6 +43,19 @@ hbase-common ${hbase.version} + + + com.alibaba.hbase + alihbase-connector + 1.0.4 + + + org.apache.hbase + hbase-client + + + + com.google.guava guava diff --git a/hbase11xwriter/pom.xml b/hbase11xwriter/pom.xml index 21ea104b..797bef32 100644 --- a/hbase11xwriter/pom.xml +++ b/hbase11xwriter/pom.xml @@ -57,6 +57,19 @@ commons-codec ${commons-codec.version} + + + com.alibaba.hbase + alihbase-connector + 1.0.4 + + + org.apache.hbase + hbase-client + + + + junit junit