Updates to Zipkin 0.12

Prevents crashes by making storage calls lazy
This commit is contained in:
Adrian Cole
2016-04-05 14:05:14 +08:00
parent 4eaa4f00df
commit 37a079c174
3 changed files with 9 additions and 5 deletions

View File

@@ -59,12 +59,12 @@
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
<version>0.11.0</version>
<version>0.12.1</version>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-server</artifactId>
<version>0.11.0</version>
<version>0.12.1</version>
</dependency>
</dependencies>
</dependencyManagement>