<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-hystrix</artifactId>
<version>10.7.4</version>
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-hystrix', version='10.7.4')
)
<parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> <version>10.7.4</version> </parent>
compile
|-- io.github.openfeign:feign-core
|-- com.netflix.archaius:archaius-core:0.7.6
|-- com.netflix.hystrix:hystrix-core:1.5.18
test
|-- io.github.openfeign:feign-core