<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-hystrix</artifactId>
<version>13.2</version>
</dependency>
<parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> <version>13.2</version> </parent>
compile
|-- io.github.openfeign:feign-core
|-- com.netflix.hystrix:hystrix-core:1.5.18
test
|-- com.netflix.archaius:archaius-core:0.7.10
|-- io.github.openfeign:feign-core
|-- io.github.openfeign:feign-gson