Skip to content

Commit

Permalink
Add comment about not using earlier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Oct 25, 2022
1 parent 2254b03 commit 1e324bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Library Instrumentation for Apache RocketMQ Remoting-based Client 4.0.0+
# Library Instrumentation for Apache RocketMQ remoting-based client 4.0.0+

Provides OpenTelemetry instrumentation for [Apache RocketMQ](https://rocketmq.apache.org/) remoting-based client.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
dependencies {
api(project(":testing-common"))

// earlier versions have bugs that may make tests flaky.
implementation("org.apache.rocketmq:rocketmq-client-java:5.0.2")
implementation("org.testcontainers:testcontainers:1.17.5")
implementation("io.opentelemetry:opentelemetry-api")
Expand Down

0 comments on commit 1e324bb

Please sign in to comment.