Split kubernetes starter into starter, starter netflix, starter zipkin and starter all.

This commit is contained in:
Ioannis Canellos
2016-04-06 11:02:19 +03:00
parent d89fbc2a70
commit ecff561fc4
5 changed files with 173 additions and 15 deletions

View File

@@ -39,21 +39,6 @@
<groupId>io.fabric8</groupId>
<artifactId>spring-cloud-kubernetes-discovery</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>spring-cloud-kubernetes-hystrix</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>spring-cloud-kubernetes-ribbon</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>spring-cloud-kubernetes-zipkin</artifactId>
</dependency>
</dependencies>
</project>