Disable reactor 3.5 latest dep tests (#7119)

Continuation of
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7106
This commit is contained in:
Mateusz Rzeszutek 2022-11-09 13:49:42 +01:00 committed by GitHub
parent d6010b2976
commit c1eea368ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,9 @@ dependencies {
testImplementation(project(":instrumentation:reactor:reactor-3.1:testing"))
testImplementation(project(":instrumentation-annotations"))
testImplementation("io.opentelemetry:opentelemetry-extension-annotations")
latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
latestDepTestLibrary("io.projectreactor:reactor-test:3.4.+")
}
testing {

View File

@ -8,4 +8,7 @@ dependencies {
testLibrary("io.projectreactor:reactor-test:3.1.0.RELEASE")
testImplementation(project(":instrumentation:reactor:reactor-3.1:testing"))
latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
latestDepTestLibrary("io.projectreactor:reactor-test:3.4.+")
}

View File

@ -37,6 +37,9 @@ dependencies {
testLibrary("io.projectreactor:reactor-test:3.1.0.RELEASE")
testImplementation(project(":instrumentation-annotations"))
latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
latestDepTestLibrary("io.projectreactor.netty:reactor-netty-http:1.0.+")
}
tasks {