Skip to content
Snippets Groups Projects
Commit d8fefab4 authored by Shixiong Zhu's avatar Shixiong Zhu
Browse files

[HOTFIX][BUILD][TEST-MAVEN] Remove duplicate dependency

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #10868 from zsxwing/hotfix-akka-pom.
parent 8a88e121
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-test-tags_${scala.binary.version}</artifactId>
</dependency>
<dependency> <dependency>
<groupId>${akka.group}</groupId> <groupId>${akka.group}</groupId>
<artifactId>akka-actor_${scala.binary.version}</artifactId> <artifactId>akka-actor_${scala.binary.version}</artifactId>
...@@ -58,13 +62,6 @@ ...@@ -58,13 +62,6 @@
<artifactId>akka-remote_${scala.binary.version}</artifactId> <artifactId>akka-remote_${scala.binary.version}</artifactId>
<version>${akka.version}</version> <version>${akka.version}</version>
</dependency> </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> </dependencies>
<build> <build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory> <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment