Skip to content

Commit 6d3b7cb

Browse files
committed
Revert "SPARK-5607: Update to Kryo 2.24.0 to avoid including objenesis 1.2."
This reverts commit c3b8d27.
1 parent 793dbae commit 6d3b7cb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
<jetty.version>8.1.14.v20131031</jetty.version>
138138
<orbit.version>3.0.0.v201112011016</orbit.version>
139139
<chill.version>0.5.0</chill.version>
140-
<kryo.version>2.24.0</kryo.version>
141140
<ivy.version>2.4.0</ivy.version>
142141
<oro.version>2.0.8</oro.version>
143142
<codahale.metrics.version>3.1.0</codahale.metrics.version>
@@ -342,13 +341,7 @@
342341
</exclusion>
343342
</exclusions>
344343
</dependency>
345-
<!-- Bump kryo version (included via chill) due to SPARK-5607 -->
346-
<dependency>
347-
<groupId>com.esotericsoftware.kryo</groupId>
348-
<artifactId>kryo</artifactId>
349-
<version>${kryo.version}</version>
350-
</dependency>
351-
344+
352345
<!-- Shaded deps marked as provided. These are promoted to compile scope
353346
in the modules where we want the shaded classes to appear in the
354347
associated jar. -->

0 commit comments

Comments
 (0)