diff --git a/examples/pom.xml b/examples/pom.xml
index 7e93f0eec0b91..afd7c6d52f0dd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -90,6 +90,12 @@
org.apache.spark
spark-streaming-zeromq_${scala.binary.version}
${project.version}
+
+
+ org.spark-project.protobuf
+ protobuf-java
+
+
org.apache.hbase
@@ -234,6 +240,7 @@
org.apache.commons
commons-math3
+ provided
com.twitter
@@ -262,6 +269,22 @@
com.ning
compress-lzf
+
+ commons-cli
+ commons-cli
+
+
+ commons-codec
+ commons-codec
+
+
+ commons-lang
+ commons-lang
+
+
+ commons-logging
+ commons-logging
+
io.netty
netty
@@ -270,10 +293,22 @@
jline
jline
+
+ net.jpountz.lz4
+ lz4
+
org.apache.cassandra.deps
avro
+
+ org.apache.commons
+ commons-math3
+
+
+ org.apache.thrift
+ libthrift
+
@@ -281,6 +316,17 @@
scopt_${scala.binary.version}
3.2.0
+
+
+
+ org.scala-lang
+ scala-library
+ provided
+
+
@@ -322,12 +368,6 @@
-
-
- org.apache.commons.math3
- org.spark-project.commons.math3
-
-