Updates to latest zipkin 1.19 (#495)
Most changes are not very interesting to sleuth, though the server is quite a lot better with UI fixes galore. For sleuth mainly, small api unaffecting glitch fixes around the Span.Builder.
This commit is contained in:
@@ -107,6 +107,13 @@
|
||||
<artifactId>zipkin-junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- otherwise spring boot's version of okhttp kicks zipkin-junit's deps out of alignment -->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user