From 1a6028e8ca0aa05dc90f8e537a857d002001eecd Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 2 Sep 2014 19:36:20 +0100 Subject: [PATCH] Make hystrix dashboard embeddable finally --- .../pom.xml | 20 ++++++------------- .../main/resources/META-INF/spring.provides | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/spring-cloud-starter-hystrix-dashboard/pom.xml b/spring-cloud-starter-hystrix-dashboard/pom.xml index 00c7999..ec1bf1a 100644 --- a/spring-cloud-starter-hystrix-dashboard/pom.xml +++ b/spring-cloud-starter-hystrix-dashboard/pom.xml @@ -8,7 +8,7 @@ spring-cloud-starter-hystrix-dashboard spring-cloud-starter-hystrix-dashboard - Spring Cloud Starter + Spring Cloud Hystrix Dashboard http://projects.spring.io/spring-boot/ Pivotal Software, Inc. @@ -24,24 +24,16 @@ org.springframework.cloud - spring-cloud-netflix-core + spring-cloud-starter + + + org.springframework.cloud + spring-cloud-netflix-hystrix-dashboard org.apache.httpcomponents httpclient - - org.springframework.cloud - spring-cloud-config-client - - - com.netflix.eureka - eureka-client - - - com.netflix.hystrix - hystrix-core - com.netflix.hystrix hystrix-metrics-event-stream diff --git a/spring-cloud-starter-hystrix/src/main/resources/META-INF/spring.provides b/spring-cloud-starter-hystrix/src/main/resources/META-INF/spring.provides index 3dc45a0..9190481 100644 --- a/spring-cloud-starter-hystrix/src/main/resources/META-INF/spring.provides +++ b/spring-cloud-starter-hystrix/src/main/resources/META-INF/spring.provides @@ -1 +1 @@ -provides: spring-platform-netflix-core, eureka-client \ No newline at end of file +provides: spring-platform-netflix-hystrix-dashboard \ No newline at end of file