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/16 05:10:03 UTC

bahir git commit: [BAHIR-13] Update dependencies on spark-tags

Repository: bahir
Updated Branches:
  refs/heads/master d32542483 -> fc1ef7f99


[BAHIR-13] Update dependencies on spark-tags

The spark-test-tags and spark-tags were merged in
revision 8ad9f08c9 and the modules in Bahir needs
to be updated to properly use spark-tags dependency.


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

Branch: refs/heads/master
Commit: fc1ef7f990880cad8ce69300bb9bbbb8ad260050
Parents: d325424
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Jun 15 22:06:43 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Jun 15 22:06:43 2016 -0700

----------------------------------------------------------------------
 pom.xml                   | 3 +--
 streaming-akka/pom.xml    | 2 +-
 streaming-mqtt/pom.xml    | 2 +-
 streaming-twitter/pom.xml | 2 +-
 streaming-zeromq/pom.xml  | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/fc1ef7f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7196f96..97bdb3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,9 +244,8 @@
     <dependencies>
       <dependency>
         <groupId>org.apache.spark</groupId>
-        <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+        <artifactId>spark-tags_${scala.binary.version}</artifactId>
         <version>${spark.version}</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>com.twitter</groupId>

http://git-wip-us.apache.org/repos/asf/bahir/blob/fc1ef7f9/streaming-akka/pom.xml
----------------------------------------------------------------------
diff --git a/streaming-akka/pom.xml b/streaming-akka/pom.xml
index 0269244..2fc59b7 100644
--- a/streaming-akka/pom.xml
+++ b/streaming-akka/pom.xml
@@ -50,7 +50,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
-      <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+      <artifactId>spark-tags_${scala.binary.version}</artifactId>
     </dependency>
     <dependency>
       <groupId>${akka.group}</groupId>

http://git-wip-us.apache.org/repos/asf/bahir/blob/fc1ef7f9/streaming-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/streaming-mqtt/pom.xml b/streaming-mqtt/pom.xml
index 0036591..cc7650b 100644
--- a/streaming-mqtt/pom.xml
+++ b/streaming-mqtt/pom.xml
@@ -66,7 +66,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
-      <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+      <artifactId>spark-tags_${scala.binary.version}</artifactId>
     </dependency>
   </dependencies>
   <build>

http://git-wip-us.apache.org/repos/asf/bahir/blob/fc1ef7f9/streaming-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/streaming-twitter/pom.xml b/streaming-twitter/pom.xml
index b0fb582..496298a 100644
--- a/streaming-twitter/pom.xml
+++ b/streaming-twitter/pom.xml
@@ -60,7 +60,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
-      <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+      <artifactId>spark-tags_${scala.binary.version}</artifactId>
     </dependency>
   </dependencies>
   <build>

http://git-wip-us.apache.org/repos/asf/bahir/blob/fc1ef7f9/streaming-zeromq/pom.xml
----------------------------------------------------------------------
diff --git a/streaming-zeromq/pom.xml b/streaming-zeromq/pom.xml
index e248c66..d46d0ec 100644
--- a/streaming-zeromq/pom.xml
+++ b/streaming-zeromq/pom.xml
@@ -64,7 +64,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
-      <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+      <artifactId>spark-tags_${scala.binary.version}</artifactId>
     </dependency>
   </dependencies>
   <build>