You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/01 02:48:37 UTC

[07/20] git commit: Added stream-lib dependency to Maven build

Added stream-lib dependency to Maven build


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

Branch: refs/heads/master
Commit: 13227aaa28ba7bb29b94a598b6efd45c7264d78b
Parents: 79868fe
Author: Hossein Falaki <fa...@gmail.com>
Authored: Fri Oct 18 14:10:24 2013 -0700
Committer: Hossein Falaki <fa...@gmail.com>
Committed: Fri Oct 18 14:10:24 2013 -0700

----------------------------------------------------------------------
 core/pom.xml | 4 ++++
 pom.xml      | 5 +++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/13227aaa/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 8621d25..e53875c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -85,6 +85,10 @@
       <artifactId>protobuf-java</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.clearspring.analytics</groupId>
+      <artifactId>stream</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.twitter</groupId>
       <artifactId>chill_2.9.3</artifactId>
       <version>0.3.1</version>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/13227aaa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5ad7b1b..3349583 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,11 @@
         <version>4.0</version>
       </dependency>
       <dependency>
+        <groupId>com.clearspring.analytics</groupId>
+        <artifactId>stream</artifactId>
+        <version>2.4.0</version>
+      </dependency>
+      <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
         <version>2.4.1</version>