Browse Source

added missing dependencies

pull/6/head
Spencer Gibb 10 years ago
parent
commit
777fad2a0f
  1. 8
      spring-platform-netflix-hystrix/pom.xml
  2. 8
      spring-platform-netflix-zuul/pom.xml

8
spring-platform-netflix-hystrix/pom.xml

@ -53,5 +53,13 @@ @@ -53,5 +53,13 @@
<groupId>org.springframework.platform</groupId>
<artifactId>spring-platform-config-client</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-metrics-event-stream</artifactId>
</dependency>
</dependencies>
</project>

8
spring-platform-netflix-zuul/pom.xml

@ -65,10 +65,18 @@ @@ -65,10 +65,18 @@
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-metrics-event-stream</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-core</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-eureka</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-httpclient</artifactId>

Loading…
Cancel
Save