You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/02/28 00:06:30 UTC

git commit: [HOTFIX] Patching maven build after #6 (SPARK-1121).

Repository: spark
Updated Branches:
  refs/heads/master 12bbca206 -> c42557be3


[HOTFIX] Patching maven build after #6 (SPARK-1121).

That patch removed the Maven avro declaration but didn't remove the
actual dependency in core. /cc @scrapcodes

Author: Patrick Wendell <pw...@gmail.com>

Closes #37 from pwendell/master and squashes the following commits:

0ef3008 [Patrick Wendell] [HOTFIX] Patching maven build after #6 (SPARK-1121).


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

Branch: refs/heads/master
Commit: c42557be32fbd38e084e5bb56cd6301299e84cbf
Parents: 12bbca2
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Feb 27 15:06:20 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Feb 27 15:06:20 2014 -0800

----------------------------------------------------------------------
 core/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c42557be/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a333bff..d3a81d5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -47,14 +47,6 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.apache.avro</groupId>
-            <artifactId>avro</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.avro</groupId>
-            <artifactId>avro-ipc</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-recipes</artifactId>
         </dependency>