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.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/external/mqtt/pom.xml b/external/mqtt/pom.xml
index 05e6338a08..59fba8b826 100644
--- a/external/mqtt/pom.xml
+++ b/external/mqtt/pom.xml
@@ -59,21 +59,15 @@
<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>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+ </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>