diff --git hbase-client/pom.xml hbase-client/pom.xml
new file mode 100644
index 0000000..aff2c00
--- /dev/null
+++ hbase-client/pom.xml
@@ -0,0 +1,154 @@
+
+
+ 4.0.0
+
+ hbase
+ org.apache.hbase
+ 0.95-SNAPSHOT
+ ..
+
+
+ hbase-client
+ HBase - Client
+ Client of HBase
+
+
+
+
+ maven-surefire-plugin
+
+
+
+ secondPartTestsExecution
+ test
+
+ test
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ org.apache.hbase
+ hbase-common
+
+
+ org.apache.hbase
+ hbase-protocol
+
+
+
+ com.google.protobuf
+ protobuf-java
+
+
+ org.apache.zookeeper
+ zookeeper
+
+
+ org.cloudera.htrace
+ htrace
+
+
+
+
+
+
+ skip-client-tests
+
+
+ skip-client-tests
+
+
+
+ true
+
+
+
+
+ hadoop-1.0
+
+
+ !hadoop.profile
+
+
+
+
+ org.apache.hadoop
+ hadoop-core
+
+
+
+
+
+
+ hadoop-2.0
+
+
+ hadoop.profile
+ 2.0
+
+
+
+
+ org.apache.hadoop
+ hadoop-common
+
+
+
+
+
+
+ hadoop-3.0
+
+
+ hadoop.profile
+ 3.0
+
+
+
+ 3.0-SNAPSHOT
+
+
+
+ org.apache.hadoop
+ hadoop-common
+
+
+
+
+
diff --git hbase-server/pom.xml hbase-server/pom.xml
index c134fc1..0019d92 100644
--- hbase-server/pom.xml
+++ hbase-server/pom.xml
@@ -477,7 +477,6 @@
org.cloudera.htrace
htrace
- 1.49
diff --git pom.xml pom.xml
index a57ec78..9aa0cce 100644
--- pom.xml
+++ pom.xml
@@ -51,6 +51,7 @@
hbase-server
hbase-protocol
+ hbase-client
hbase-hadoop2-compat
hbase-hadoop1-compat
hbase-hadoop-compat
@@ -847,6 +848,7 @@
1.8
1.6.8
4.10-HBASE-1
+ 1.49
1.4.3
1.2.17
1.9.0
@@ -962,6 +964,11 @@
org.apache.hbase
${project.version}
+
+ hbase-client
+ org.apache.hbase
+ ${project.version}
+
io.netty
@@ -1214,6 +1221,11 @@
true
+ org.cloudera.htrace
+ htrace
+ ${htrace.version}
+
+
org.mockito
mockito-all
${mockito-all.version}