Updates to zipkin 0.11

The only notable change for Sleuth is an artifact id change from
spanstore to storage.
This commit is contained in:
Adrian Cole
2016-04-03 21:04:55 +08:00
parent b3c78c139d
commit eaa008f933
8 changed files with 53 additions and 42 deletions

View File

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