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