aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorprabeesh <prabsmails@gmail.com>2013-10-16 13:41:49 +0530
committerprabeesh <prabsmails@gmail.com>2013-10-16 13:41:49 +0530
commit9a7575728d41485407821ea450d52c3a51687de5 (patch)
treec62a86b9892a40ceb252f058e575e7f2ed58b034 /streaming
parent7d36a117c1d3a37d73f474d0074e57ee0b781205 (diff)
downloadspark-9a7575728d41485407821ea450d52c3a51687de5.tar.gz
spark-9a7575728d41485407821ea450d52c3a51687de5.tar.bz2
spark-9a7575728d41485407821ea450d52c3a51687de5.zip
add maven dependencies for mqtt
Diffstat (limited to 'streaming')
-rw-r--r--streaming/pom.xml5
1 files changed, 5 insertions, 0 deletions
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>