Upgrade to kryo 3

- Fixes #139
This commit is contained in:
Janne Valkealahti
2015-12-20 15:53:29 +00:00
parent 3e322e4d00
commit c4629e1dcd
2 changed files with 2 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ project('spring-statemachine-kryo') {
dependencies {
compile project(":spring-statemachine-core")
compile "com.esotericsoftware.kryo:kryo:$kryoVersion"
compile "com.esotericsoftware:kryo:$kryoVersion"
testCompile project(":spring-statemachine-test")
testCompile "org.springframework:spring-test:$springVersion"
@@ -172,7 +172,6 @@ project('spring-statemachine-zookeeper') {
compile project(":spring-statemachine-core")
compile project(":spring-statemachine-kryo")
compile "org.apache.curator:curator-recipes:$curatorVersion"
compile "com.esotericsoftware.kryo:kryo:$kryoVersion"
testCompile project(":spring-statemachine-test")
testCompile "org.apache.curator:curator-test:$curatorVersion"

View File

@@ -4,7 +4,7 @@ springDataRedisVersion=1.6.2.RELEASE
jedisVersion=2.7.3
junitVersion=4.12
springVersion=4.2.2.RELEASE
kryoVersion=2.24.0
kryoVersion=3.0.3
log4jVersion=1.2.17
springBootVersion=1.2.5.RELEASE
version=1.1.0.BUILD-SNAPSHOT