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 2015/02/06 03:37:47 UTC

spark git commit: Revert "SPARK-5607: Update to Kryo 2.24.0 to avoid including objenesis 1.2."

Repository: spark
Updated Branches:
  refs/heads/master 793dbaef4 -> 6d3b7cbee


Revert "SPARK-5607: Update to Kryo 2.24.0 to avoid including objenesis 1.2."

This reverts commit c3b8d272cf0574e72422d8d7f4f0683dcbdce41b.


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

Branch: refs/heads/master
Commit: 6d3b7cbee82b72c695447c13f9f73bcc594b2caf
Parents: 793dbae
Author: Patrick Wendell <pa...@databricks.com>
Authored: Thu Feb 5 18:36:48 2015 -0800
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Thu Feb 5 18:36:48 2015 -0800

----------------------------------------------------------------------
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6d3b7cbe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 727cd0a..aef450a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,6 @@
     <jetty.version>8.1.14.v20131031</jetty.version>
     <orbit.version>3.0.0.v201112011016</orbit.version>
     <chill.version>0.5.0</chill.version>
-    <kryo.version>2.24.0</kryo.version>
     <ivy.version>2.4.0</ivy.version>
     <oro.version>2.0.8</oro.version>
     <codahale.metrics.version>3.1.0</codahale.metrics.version>
@@ -342,13 +341,7 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <!-- Bump kryo version (included via chill) due to SPARK-5607 -->
-      <dependency>
-        <groupId>com.esotericsoftware.kryo</groupId>
-        <artifactId>kryo</artifactId>
-        <version>${kryo.version}</version>
-      </dependency>
-
+ 
       <!-- Shaded deps marked as provided. These are promoted to compile scope
            in the modules where we want the shaded classes to appear in the
            associated jar. -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org