aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-01-22 12:33:18 -0800
committerShixiong Zhu <shixiong@databricks.com>2016-01-22 12:33:18 -0800
commitd8fefab4d8149f0638282570c75271ef35c65cff (patch)
tree4f86e5bf6044748ce6f2cb3522c2320fc231ba84 /external
parent8a88e121283472c26e70563a4e04c109e9b183b3 (diff)
downloadspark-d8fefab4d8149f0638282570c75271ef35c65cff.tar.gz
spark-d8fefab4d8149f0638282570c75271ef35c65cff.tar.bz2
spark-d8fefab4d8149f0638282570c75271ef35c65cff.zip
[HOTFIX][BUILD][TEST-MAVEN] Remove duplicate dependency
Author: Shixiong Zhu <shixiong@databricks.com> Closes #10868 from zsxwing/hotfix-akka-pom.
Diffstat (limited to 'external')
-rw-r--r--external/akka/pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/external/akka/pom.xml b/external/akka/pom.xml
index 34de9bae00..06c8e8aaab 100644
--- a/external/akka/pom.xml
+++ b/external/akka/pom.xml
@@ -49,6 +49,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+ </dependency>
+ <dependency>
<groupId>${akka.group}</groupId>
<artifactId>akka-actor_${scala.binary.version}</artifactId>
<version>${akka.version}</version>
@@ -58,13 +62,6 @@
<artifactId>akka-remote_${scala.binary.version}</artifactId>
<version>${akka.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.spark</groupId>
- <artifactId>spark-core_${scala.binary.version}</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>