Fix Spring WebFlux test (#2397)

This commit is contained in:
Nikita Salnikov-Tarnovski 2021-02-24 10:19:36 +02:00 committed by GitHub
parent 6f926fb16a
commit 74bbb27fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ dependencies {
testInstrumentation project(':instrumentation:netty:netty-4.1:javaagent')
testInstrumentation project(':instrumentation:reactor-3.1:javaagent')
testInstrumentation project(':instrumentation:reactor-netty-1.0:javaagent')
testLibrary group: 'org.springframework.boot', name: 'spring-boot-starter-webflux', version: '2.0.0.RELEASE'
testLibrary group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.0.0.RELEASE'