aboutsummaryrefslogtreecommitdiff
path: root/common/unsafe/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/unsafe/pom.xml')
-rw-r--r--common/unsafe/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml
index 93b9580f26..d0d1da69ea 100644
--- a/common/unsafe/pom.xml
+++ b/common/unsafe/pom.xml
@@ -37,6 +37,10 @@
<dependencies>
<dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-tags_${scala.binary.version}</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.twitter</groupId>
<artifactId>chill_${scala.binary.version}</artifactId>
</dependency>
@@ -60,10 +64,6 @@
<!-- Test dependencies -->
<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>