You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/06/10 15:24:07 UTC

[28/50] [abbrv] bahir git commit: [HOTFIX][BUILD][TEST-MAVEN] Remove duplicate dependency

[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/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/bbb1ddcd
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/bbb1ddcd
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/bbb1ddcd

Branch: refs/heads/master
Commit: bbb1ddcd0072c0fe25a3385dd55e1915891b0f8b
Parents: e359197
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

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


http://git-wip-us.apache.org/repos/asf/bahir/blob/bbb1ddcd/streaming-akka/pom.xml
----------------------------------------------------------------------
diff --git a/streaming-akka/pom.xml b/streaming-akka/pom.xml
index 34de9ba..06c8e8a 100644
--- a/streaming-akka/pom.xml
+++ b/streaming-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>