aboutsummaryrefslogtreecommitdiff
path: root/external/mqtt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'external/mqtt/pom.xml')
-rw-r--r--external/mqtt/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/external/mqtt/pom.xml b/external/mqtt/pom.xml
index 913c47d33f..05e6338a08 100644
--- a/external/mqtt/pom.xml
+++ b/external/mqtt/pom.xml
@@ -59,6 +59,16 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.novocode</groupId>
+ <artifactId>junit-interface</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.7.0</version>