Remove rocketmq latest dep test restriction (#4312)

This commit is contained in:
Lauri Tulmin 2021-10-06 19:34:00 +03:00 committed by GitHub
parent cc75cd351b
commit b1493dfe8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ dependencies {
implementation(project(":instrumentation:rocketmq-client-4.8:library"))
testImplementation(project(":instrumentation:rocketmq-client-4.8:testing"))
testLibrary("org.apache.rocketmq:rocketmq-test:4.8.0")
// 4.9.1 seems to have a bug which makes on of our tests fail
latestDepTestLibrary("org.apache.rocketmq:rocketmq-client:4.9.0")
latestDepTestLibrary("org.apache.rocketmq:rocketmq-test:4.9.0")
}
tasks.withType<Test>().configureEach {