Removes explicit zipkin2 exclusions

This commit is contained in:
Adrian Cole
2017-10-20 16:37:48 +03:00
parent 2ea701357e
commit 931f59e42a
3 changed files with 0 additions and 20 deletions

View File

@@ -90,11 +90,6 @@
<artifactId>spring-cloud-sleuth-sample-test-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@@ -65,10 +65,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -101,11 +97,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@@ -82,12 +82,6 @@
<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>