Updated Branches:
  refs/heads/branch-0.8 81293289e -> 22fcb787a

Add missing dependencies


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

Branch: refs/heads/branch-0.8
Commit: 22fcb787a7e78ac6943c2fbcc43235c83bd1bfac
Parents: 8129328
Author: Patrick Wendell <[email protected]>
Authored: Tue Dec 10 00:02:27 2013 -0800
Committer: Patrick Wendell <[email protected]>
Committed: Tue Dec 10 00:05:44 2013 -0800

----------------------------------------------------------------------
 bagel/pom.xml     | 12 ++++++++++++
 mllib/pom.xml     | 13 +++++++++++++
 streaming/pom.xml | 12 ++++++++++++
 yarn/pom.xml      |  1 -
 4 files changed, 37 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/22fcb787/bagel/pom.xml
----------------------------------------------------------------------
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 44acbd9..99e797e 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -33,6 +33,18 @@
 
   <dependencies>
     <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-actor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-remote</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-slf4j</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_2.9.3</artifactId>
       <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/22fcb787/mllib/pom.xml
----------------------------------------------------------------------
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 2a19d8b..5b09d07 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -33,6 +33,19 @@
 
   <dependencies>
     <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-actor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-remote</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-slf4j</artifactId>
+    </dependency>
+    <dependency>
+    <dependency>
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_2.9.3</artifactId>
       <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/22fcb787/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 320d532..498e035 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -41,6 +41,18 @@
 
   <dependencies>
     <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-actor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-remote</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${akka.group}</groupId>
+      <artifactId>akka-slf4j</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_2.9.3</artifactId>
       <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/22fcb787/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/pom.xml b/yarn/pom.xml
index c190cdc..556fd37 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -47,7 +47,6 @@
       <groupId>${akka.group}</groupId>
       <artifactId>akka-zeromq</artifactId>
     </dependency>
-      
     <dependency>
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_2.9.3</artifactId>

Reply via email to