Blame spark-v0.9.1-rc1-0006-remove-unavailable-and-unnecessary-deps.patch

William Benton ed1b62c
From 9bf9cdec5687473eb229b4efc4a21d4d2d3e2373 Mon Sep 17 00:00:00 2001
William Benton ed1b62c
From: William Benton <willb@redhat.com>
William Benton ed1b62c
Date: Fri, 28 Feb 2014 09:00:04 -0600
William Benton ed1b62c
Subject: [PATCH 6/9] remove unavailable and unnecessary deps
William Benton ed1b62c
William Benton ed1b62c
Conflicts:
William Benton ed1b62c
	project/SparkBuild.scala
William Benton ed1b62c
---
William Benton ed1b62c
 project/SparkBuild.scala | 14 ++------------
William Benton ed1b62c
 1 file changed, 2 insertions(+), 12 deletions(-)
William Benton ed1b62c
William Benton ed1b62c
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
William Benton ed1b62c
index e34c79e..0d31714 100644
William Benton ed1b62c
--- a/project/SparkBuild.scala
William Benton ed1b62c
+++ b/project/SparkBuild.scala
William Benton ed1b62c
@@ -191,13 +191,7 @@ object SparkBuild extends Build {
William Benton ed1b62c
         "io.netty"          % "netty-all"       % "4.0.13.Final",
William Benton ed1b62c
         "org.eclipse.jetty" % "jetty-server"    % "7.6.8.v20121106",
William Benton ed1b62c
         /** Workaround for SPARK-959. Dependency used by org.eclipse.jetty. Fixed in ivy 2.3.0. */
William Benton ed1b62c
-        "org.eclipse.jetty.orbit" % "javax.servlet" % "2.5.0.v201103041518" artifacts Artifact("javax.servlet", "jar", "jar"),
William Benton ed1b62c
-        "org.scalatest"    %% "scalatest"       % "1.9.1"  % "test",
William Benton ed1b62c
-        "org.scalacheck"   %% "scalacheck"      % "1.10.0" % "test",
William Benton ed1b62c
-        "com.novocode"      % "junit-interface" % "0.10"   % "test",
William Benton ed1b62c
-        "org.easymock"      % "easymock"        % "3.1"    % "test",
William Benton ed1b62c
-        "org.mockito"       % "mockito-all"     % "1.8.5"  % "test",
William Benton ed1b62c
-        "commons-io"        % "commons-io"      % "2.4"    % "test"
William Benton ed1b62c
+        "org.eclipse.jetty.orbit" % "javax.servlet" % "2.5.0.v201103041518" artifacts Artifact("javax.servlet", "jar", "jar")
William Benton ed1b62c
     ),
William Benton ed1b62c
 
William Benton ed1b62c
     testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
William Benton ed1b62c
@@ -242,14 +236,12 @@ object SparkBuild extends Build {
William Benton ed1b62c
         "org.ow2.asm"              % "asm"              % "4.0",
William Benton ed1b62c
         "org.spark-project.akka"  %% "akka-remote"      % "2.2.3-shaded-protobuf"  excludeAll(excludeNetty),
William Benton ed1b62c
         "org.spark-project.akka"  %% "akka-slf4j"       % "2.2.3-shaded-protobuf"  excludeAll(excludeNetty),
William Benton ed1b62c
-        "org.spark-project.akka"  %% "akka-testkit"     % "2.2.3-shaded-protobuf" % "test",
William Benton ed1b62c
         "org.json4s"              %% "json4s-jackson"   % "3.2.6",
William Benton ed1b62c
         "it.unimi.dsi"             % "fastutil"         % "6.4.4",
William Benton ed1b62c
         "colt"                     % "colt"             % "1.2.0",
William Benton ed1b62c
         "org.apache.mesos"         % "mesos"            % "0.13.0",
William Benton ed1b62c
         "net.java.dev.jets3t"      % "jets3t"           % "0.7.1",
William Benton ed1b62c
-        "org.apache.derby"         % "derby"            % "10.4.2.0"                     % "test",
William Benton ed1b62c
-        "org.apache.hadoop"        % hadoopClient       % hadoopVersion excludeAll(excludeJackson, excludeNetty, excludeAsm, excludeCglib),
William Benton ed1b62c
+        "org.apache.hadoop"        % "hadoop-client"    % hadoopVersion excludeAll(excludeJackson, excludeNetty, excludeAsm, excludeCglib),
William Benton ed1b62c
         "org.apache.avro"          % "avro"             % "1.7.4",
William Benton ed1b62c
         "org.apache.avro"          % "avro-ipc"         % "1.7.4" excludeAll(excludeNetty),
William Benton ed1b62c
         "org.apache.zookeeper"     % "zookeeper"        % "3.4.5" excludeAll(excludeNetty),
William Benton ed1b62c
@@ -257,8 +249,6 @@ object SparkBuild extends Build {
William Benton ed1b62c
         "com.codahale.metrics"     % "metrics-jvm"      % "3.0.0",
William Benton ed1b62c
         "com.codahale.metrics"     % "metrics-json"     % "3.0.0",
William Benton ed1b62c
         "com.codahale.metrics"     % "metrics-graphite" % "3.0.0",
William Benton ed1b62c
-        "com.twitter"             %% "chill"            % "0.3.1",
William Benton ed1b62c
-        "com.twitter"              % "chill-java"       % "0.3.1",
William Benton ed1b62c
         "com.clearspring.analytics" % "stream"          % "2.5.1"
William Benton ed1b62c
       )
William Benton ed1b62c
   )
William Benton ed1b62c
-- 
William Benton ed1b62c
1.8.3.4 (Apple Git-47)
William Benton ed1b62c