You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by zs...@apache.org on 2016/01/22 21:33:21 UTC

spark git commit: [HOTFIX][BUILD][TEST-MAVEN] Remove duplicate dependency

Repository: spark
Updated Branches:
  refs/heads/master 8a88e1212 -> d8fefab4d


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

Author: Shixiong Zhu <sh...@databricks.com>

Closes #10868 from zsxwing/hotfix-akka-pom.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d8fefab4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d8fefab4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d8fefab4

Branch: refs/heads/master
Commit: d8fefab4d8149f0638282570c75271ef35c65cff
Parents: 8a88e12
Author: Shixiong Zhu <sh...@databricks.com>
Authored: Fri Jan 22 12:33:18 2016 -0800
Committer: Shixiong Zhu <sh...@databricks.com>
Committed: Fri Jan 22 12:33:18 2016 -0800

----------------------------------------------------------------------
 external/akka/pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d8fefab4/external/akka/pom.xml
----------------------------------------------------------------------
diff --git a/external/akka/pom.xml b/external/akka/pom.xml
index 34de9ba..06c8e8a 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org