From 777fad2a0f488678b3c44e23b03c6f9a740352a0 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 14 Jul 2014 15:57:03 -0600 Subject: [PATCH] added missing dependencies --- spring-platform-netflix-hystrix/pom.xml | 8 ++++++++ spring-platform-netflix-zuul/pom.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/spring-platform-netflix-hystrix/pom.xml b/spring-platform-netflix-hystrix/pom.xml index c05e6667..6b7a3aed 100644 --- a/spring-platform-netflix-hystrix/pom.xml +++ b/spring-platform-netflix-hystrix/pom.xml @@ -53,5 +53,13 @@ org.springframework.platform spring-platform-config-client + + com.netflix.hystrix + hystrix-core + + + com.netflix.hystrix + hystrix-metrics-event-stream + diff --git a/spring-platform-netflix-zuul/pom.xml b/spring-platform-netflix-zuul/pom.xml index 307ebe5d..8564eb52 100644 --- a/spring-platform-netflix-zuul/pom.xml +++ b/spring-platform-netflix-zuul/pom.xml @@ -65,10 +65,18 @@ com.netflix.hystrix hystrix-core + + com.netflix.hystrix + hystrix-metrics-event-stream + com.netflix.ribbon ribbon-core + + com.netflix.ribbon + ribbon-eureka + com.netflix.ribbon ribbon-httpclient