We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd105e1 commit b6f499aCopy full SHA for b6f499a
1 file changed
instrumentation/lettuce/lettuce-5.1/testing/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
// 6.0+ added protocolVersion access which allows forcing RESP2 for consistency in tests
9
compileOnly("io.lettuce:lettuce-core:6.0.0.RELEASE")
10
11
- implementation("org.testcontainers:testcontainers")
+ api("org.testcontainers:testcontainers")
12
implementation("com.google.guava:guava")
13
14
implementation("io.opentelemetry:opentelemetry-api")
0 commit comments