aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-04-08 16:35:30 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-04-08 16:35:30 -0700
commit906eef4c7a380419f2d089262afdcf39454fe31e (patch)
treee307962355e11c9a8bbb3b32518a37420992024e /pom.xml
parent464a3c1e02c665c7ad2709f8c47898b682526eb3 (diff)
downloadspark-906eef4c7a380419f2d089262afdcf39454fe31e.tar.gz
spark-906eef4c7a380419f2d089262afdcf39454fe31e.tar.bz2
spark-906eef4c7a380419f2d089262afdcf39454fe31e.zip
[SPARK-11416][BUILD] Update to Chill 0.8.0 & Kryo 3.0.3
This patch upgrades Chill to 0.8.0 and Kryo to 3.0.3. While we'll likely need to bump these dependencies again before Spark 2.0 (due to SPARK-14221 / https://github.com/twitter/chill/issues/252), I wanted to get the bulk of the Kryo 2 -> Kryo 3 migration done now in order to figure out whether there are any unexpected surprises. Author: Josh Rosen <joshrosen@databricks.com> Closes #12076 from JoshRosen/kryo3.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 1 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index f37a8988f7..3f9e4abc32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<hive.parquet.version>1.6.0</hive.parquet.version>
<jetty.version>8.1.14.v20131031</jetty.version>
<orbit.version>3.0.0.v201112011016</orbit.version>
- <chill.version>0.7.4</chill.version>
+ <chill.version>0.8.0</chill.version>
<ivy.version>2.4.0</ivy.version>
<oro.version>2.0.8</oro.version>
<codahale.metrics.version>3.1.2</codahale.metrics.version>
@@ -277,31 +277,11 @@
<groupId>com.twitter</groupId>
<artifactId>chill_${scala.binary.version}</artifactId>
<version>${chill.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-commons</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill-java</artifactId>
<version>${chill.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-commons</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- This artifact is a shaded version of ASM 5.0.4. The POM that was used to produce this
is at https://github.com/apache/geronimo-xbean/tree/xbean-4.4/xbean-asm5-shaded