Limit rocketmq version for lib instrumentation too (#3915)
This commit is contained in:
parent
662e2e8ab5
commit
beae022c31
|
@ -10,4 +10,8 @@ dependencies {
|
|||
|
||||
testLibrary("org.apache.rocketmq:rocketmq-test:4.8.0")
|
||||
testImplementation(project(":instrumentation:rocketmq-client-4.8:testing"))
|
||||
|
||||
// 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")
|
||||
}
|
Loading…
Reference in New Issue