Excluding Zipkin2 dependency from zipkin reporter

This commit is contained in:
Marcin Grzejszczak
2017-10-19 18:15:08 +02:00
parent 444e68c405
commit 5b52ddc312

View File

@@ -72,6 +72,12 @@
<dependency>
<groupId>io.zipkin.reporter</groupId>
<artifactId>zipkin-reporter</artifactId>
<exclusions>
<exclusion>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>