Updates to zipkin 1.14.4 (#441)

* Support for MySQL 5.7 with SQL_MODE=ONLY_FULL_GROUP_BY
* Includes support to store 128-bit trace ID (not yet implemented here)

See https://github.com/openzipkin/b3-propagation/issues/6
This commit is contained in:
Adrian Cole
2016-11-06 19:38:46 +08:00
committed by Adrian Cole
parent c655c3e4b2
commit b47bfe7fcb
2 changed files with 4 additions and 4 deletions

View File

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