Fixed integration tests to use ZipkinRule

This commit is contained in:
Marcin Grzejszczak
2016-06-27 15:46:54 +02:00
parent c965b82870
commit ed66870290
3 changed files with 10 additions and 53 deletions

View File

@@ -102,6 +102,11 @@
<artifactId>zipkin-server</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>