Updates to Zipkin 1.7 (#379)

Notably includes CORS config and version in the /info endpoint.

https://github.com/openzipkin/zipkin/releases/tag/1.7.0
This commit is contained in:
Adrian Cole
2016-08-25 18:56:55 +08:00
committed by GitHub
parent 8e21a53c25
commit ddf9bcb677
2 changed files with 3 additions and 3 deletions

View File

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