diff --git a/examples/pom.xml b/examples/pom.xml
index bc3291803c324..910eb55308b9d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -50,6 +50,30 @@
+
+ hbase-hadoop2
+
+
+ hbase.profile
+ hadoop2
+
+
+
+ 0.98.7-hadoop2
+
+
+
+ hbase-hadoop1
+
+
+ !hbase.profile
+
+
+
+ 0.98.7-hadoop1
+
+
+
@@ -120,37 +144,122 @@
spark-streaming-mqtt_${scala.binary.version}
${project.version}
-
- org.apache.hbase
- hbase
- ${hbase.version}
-
-
- asm
- asm
-
-
- org.jboss.netty
- netty
-
-
- io.netty
- netty
-
-
- commons-logging
- commons-logging
-
-
- org.jruby
- jruby-complete
-
-
-
org.eclipse.jetty
jetty-server
+
+ org.apache.hbase
+ hbase-testing-util
+ ${hbase.version}
+
+
+ org.jruby
+ jruby-complete
+
+
+
+
+ org.apache.hbase
+ hbase-protocol
+ ${hbase.version}
+
+
+ org.apache.hbase
+ hbase-common
+ ${hbase.version}
+
+
+ org.apache.hbase
+ hbase-client
+ ${hbase.version}
+
+
+ io.netty
+ netty
+
+
+
+
+ org.apache.hbase
+ hbase-server
+ ${hbase.version}
+
+
+ org.apache.hadoop
+ hadoop-core
+
+
+ org.apache.hadoop
+ hadoop-client
+
+
+ org.apache.hadoop
+ hadoop-mapreduce-client-jobclient
+
+
+ org.apache.hadoop
+ hadoop-mapreduce-client-core
+
+
+ org.apache.hadoop
+ hadoop-auth
+
+
+ org.apache.hadoop
+ hadoop-annotations
+
+
+ org.apache.hadoop
+ hadoop-hdfs
+
+
+ org.apache.hbase
+ hbase-hadoop1-compat
+
+
+ org.apache.commons
+ commons-math
+
+
+ com.sun.jersey
+ jersey-core
+
+
+ org.slf4j
+ slf4j-api
+
+
+ com.sun.jersey
+ jersey-server
+
+
+ com.sun.jersey
+ jersey-core
+
+
+ com.sun.jersey
+ jersey-json
+
+
+
+ commons-io
+ commons-io
+
+
+
+
+ org.apache.hbase
+ hbase-hadoop-compat
+ ${hbase.version}
+
+
+ org.apache.hbase
+ hbase-hadoop-compat
+ ${hbase.version}
+ test-jar
+ test
+
com.twitter
algebird-core_${scala.binary.version}