From 9a7575728d41485407821ea450d52c3a51687de5 Mon Sep 17 00:00:00 2001
From: prabeesh <prabsmails@gmail.com>
Date: Wed, 16 Oct 2013 13:41:49 +0530
Subject: [PATCH] add maven dependencies for mqtt

---
 streaming/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/streaming/pom.xml b/streaming/pom.xml
index 7bea069b61..c793f207c6 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -109,6 +109,11 @@
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.paho</groupId>
+      <artifactId>mqtt-client</artifactId>
+       <version>0.4.0</version>
+    </dependency>
   </dependencies>
   <build>
     <outputDirectory>target/scala-${scala.version}/classes</outputDirectory>
-- 
GitLab