Skip to content

Commit 530c4ae

Browse files
johnamentadriancole
authored andcommitted
OpenFeign#498 Forcibly set the Archaius version to allow Ribbon/Hystrix to work in tandem. (OpenFeign#499)
1 parent 9ffd644 commit 530c4ae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hystrix/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
<artifactId>feign-core</artifactId>
2222
</dependency>
2323

24+
<dependency>
25+
<groupId>com.netflix.archaius</groupId>
26+
<artifactId>archaius-core</artifactId>
27+
<version>0.6.6</version>
28+
</dependency>
29+
2430
<dependency>
2531
<groupId>com.netflix.hystrix</groupId>
2632
<artifactId>hystrix-core</artifactId>

0 commit comments

Comments
 (0)