Updated with Adrian's changes

This commit is contained in:
Marcin Grzejszczak
2016-01-12 16:28:21 +01:00
parent 091a4fc218
commit 33fda076ad
6 changed files with 25 additions and 28 deletions

View File

@@ -49,10 +49,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-spancollector-scribe</artifactId>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
@@ -76,6 +72,10 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zipkin</groupId>
<artifactId>zipkin-java-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>