Switch to using the published jar for zipkin server

Fixes gh-74
This commit is contained in:
Dave Syer
2018-04-23 09:39:29 +01:00
parent c3b2620ea8
commit 6176e80294
10 changed files with 3 additions and 227 deletions

View File

@@ -18,7 +18,7 @@
</parent>
<properties>
<thin-jar.version>1.0.7.RELEASE</thin-jar.version>
<thin-jar.version>1.0.10.RELEASE</thin-jar.version>
</properties>
<modules>
@@ -32,7 +32,6 @@
<module>spring-cloud-launcher-hystrixdashboard</module>
<module>spring-cloud-launcher-kafka</module>
<module>spring-cloud-launcher-stubrunner</module>
<module>spring-cloud-launcher-zipkin</module>
</modules>
<dependencies>