1
0

migrating kryo's dependency from twitter chill to plain kryo library

This commit is contained in:
Omkar Joshi
2019-04-30 19:00:30 -07:00
committed by n3nash
parent a33a55fcb5
commit 738635306b
10 changed files with 253 additions and 122 deletions

View File

@@ -146,5 +146,10 @@
<artifactId>objectsize</artifactId>
<version>0.0.12</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-shaded</artifactId>
<version>4.0.2</version>
</dependency>
</dependencies>
</project>