aboutsummaryrefslogtreecommitdiff
path: root/network/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'network/common/pom.xml')
-rw-r--r--network/common/pom.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 1cc054a893..9af6cc5e92 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -65,21 +65,15 @@
<!-- Test dependencies -->
<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>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>