Make hystrix dashboard embeddable finally

This commit is contained in:
Dave Syer
2014-09-02 19:36:20 +01:00
parent e2e4d03efa
commit 1a6028e8ca
2 changed files with 7 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
</parent>
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
<name>spring-cloud-starter-hystrix-dashboard</name>
<description>Spring Cloud Starter</description>
<description>Spring Cloud Hystrix Dashboard</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
@@ -24,24 +24,16 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-core</artifactId>
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix-dashboard</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-client</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.eureka</groupId>
<artifactId>eureka-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>

View File

@@ -1 +1 @@
provides: spring-platform-netflix-core, eureka-client
provides: spring-platform-netflix-hystrix-dashboard