Authored by chunhua

huitui

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -632,13 +632,13 @@
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.5.1</version>
<version>1.4.21</version>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-metrics-event-stream</artifactId>
<version>1.5.1</version>
<version>1.4.21</version>
<exclusions>
<exclusion>
<artifactId>jackson-databind</artifactId>
... ...