* reactor Mono/Flux enhancement : post review fixes (methods renamed to reactor) * new span started on @ContinueSpan should be closed on completion * #1027 tests for reactor Mono/Flux support enhancement fixes gh-1027
This commit is contained in:
committed by
Marcin Grzejszczak
parent
04440fa959
commit
85761191d8
@@ -77,6 +77,16 @@
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.reactivestreams</groupId>
|
||||
<artifactId>reactive-streams</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user