@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user