aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>