Skip to content

Commit

Permalink
Update pom.xml to provide support to kryo 4.x
Browse files Browse the repository at this point in the history
Although com.esotericsoftware.kryo dependency is provided inside dependencies block with version 4.0.0, you are not including it in generated MANIFEST.MF file due to com.esotericsoftware.kryo*;version="[3.0.3,4.0)"
  • Loading branch information
imonteroperez committed Dec 26, 2017
1 parent e334698 commit d3c3c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<configuration>
<instructions>
<Import-Package><![CDATA[
com.esotericsoftware.kryo*;version="[3.0.3,4.0)",
com.esotericsoftware.kryo*;version="[3.0.3,4.1)",
com.esotericsoftware.minlog*;version="[1.2,2.0)",
sun.reflect;resolution:=optional,
*
Expand Down

0 comments on commit d3c3c7c

Please sign in to comment.