Moves to zipkin 2.7.1 which fixes EnableZipkinServer bug

This commit is contained in:
Adrian Cole
2018-04-08 08:49:56 +08:00
committed by Adrian Cole
parent 98d6572ebc
commit baaade76db
3 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@
<dependency>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</dependency>
</dependencies>
</dependencyManagement>