Skip to content

Commit

Permalink
XOR Serialization: Upgraded to kryo 4.0.0; pulled out required classes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus7 committed Jun 19, 2017
1 parent 4cde2d8 commit 584c13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
<!--<version>3.0.0</version>-->
<!-- 3.0.2 has issues with obfuscation! -->
</dependency>

Expand Down

0 comments on commit 584c13f

Please sign in to comment.