fixed missing module

This commit is contained in:
Spencer Gibb
2015-07-28 16:21:50 -06:00
parent 7d2c8aa6f6
commit eb397417cc
2 changed files with 1 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
<modules>
<module>spring-cloud-sleuth-core</module>
<module>spring-cloud-sleuth-zipkin</module>
<module>spring-cloud-sleuth-sample</module>
<module>docs</module>
</modules>

View File

@@ -71,11 +71,6 @@
<groupId>com.github.kristofa</groupId>
<artifactId>brave-zipkin-spancollector</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.zuul</groupId>
<artifactId>zuul-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>