Adds Brave tests for reactor-netty (#1554)

This commit is contained in:
Adrian Cole
2020-02-24 15:46:35 +08:00
committed by GitHub
parent 51c9158837
commit 547a124d41
2 changed files with 192 additions and 0 deletions

View File

@@ -335,6 +335,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-instrumentation-http-tests</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.netflix.archaius</groupId>
<artifactId>archaius-core</artifactId>