Remove superfluous Brave dependencies

This commit is contained in:
Dave Syer
2016-01-14 09:18:04 +00:00
parent 687ef45e6d
commit f7fad008bc
3 changed files with 0 additions and 27 deletions

View File

@@ -63,17 +63,6 @@
<artifactId>brave-core</artifactId>
<version>${brave.version}</version>
</dependency>
<!-- TODO: remove brave dependencies -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>${brave.version}</version>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-spring-web-servlet-interceptor</artifactId>
<version>${brave.version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>