Skip to content

Commit

Permalink
[FLINK-2584] [java api] Downgrade version of javakaffee kryo serializ…
Browse files Browse the repository at this point in the history
…ers, for compatibility with kryo 2.4
  • Loading branch information
StephanEwen committed Aug 27, 2015
1 parent 38098cf commit f501643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flink-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.
<dependency>
<groupId>de.javakaffee</groupId>
<artifactId>kryo-serializers</artifactId>
<version>0.36</version>
<version>0.27</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ under the License.
<guava.version>18.0</guava.version>
<akka.version>2.3.7</akka.version>
<scala.macros.version>2.0.1</scala.macros.version>
<kryoserialization.version>0.3.2</kryoserialization.version>
<chill.version>0.5.2</chill.version>
<asm.version>5.0.4</asm.version>
<tez.version>0.6.1</tez.version>
Expand Down

0 comments on commit f501643

Please sign in to comment.