Use kryo shaded

- In favour or kryo, use kryo-shaded for better asm
  version handling.
- Fixes #175
This commit is contained in:
Janne Valkealahti
2016-02-13 16:37:24 +00:00
parent ebfa86a0ca
commit 160ceef61d

View File

@@ -154,7 +154,7 @@ project('spring-statemachine-kryo') {
dependencies {
compile project(":spring-statemachine-core")
compile "com.esotericsoftware:kryo:$kryoVersion"
compile "com.esotericsoftware:kryo-shaded:$kryoVersion"
testCompile project(":spring-statemachine-test")
testCompile "org.springframework:spring-test:$springVersion"