<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-serialization</artifactId>
<version>1.5.7</version>
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-serialization', version='1.5.7')
)
compile
|-- com.netflix.hystrix:hystrix-core:1.5.7
|-- com.fasterxml.jackson.core:jackson-core:2.7.5
|-- com.fasterxml.jackson.core:jackson-databind:2.7.5
|-- com.fasterxml.jackson.core:jackson-annotations:2.7.5
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.7.5
runtime
|-- com.fasterxml.jackson.module:jackson-module-afterburner:2.7.5