Tidy up some dependencies

Removes wiremock as a test dependency in core (which created more
issues than you might expect because Tomcat and Jetty don't treay
HTTP headers in the same way apparently).

Also moves the spring-messaging dependency to where it is needed
in sleuth stream.
This commit is contained in:
Dave Syer
2016-05-04 11:21:48 +01:00
parent a724dd3efc
commit c14f803363
13 changed files with 125 additions and 228 deletions

View File

@@ -35,7 +35,6 @@
<properties>
<docker.image.prefix>springio</docker.image.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<zipkin-ui.version>1.39.8</zipkin-ui.version>
<java.version>1.8</java.version>
<sonar.skip>true</sonar.skip>
</properties>
@@ -57,7 +56,6 @@
<dependency>
<groupId>io.zipkin</groupId>
<artifactId>zipkin-ui</artifactId>
<version>${zipkin-ui.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>