Skip to content

Commit b6f499a

Browse files
committed
Fix lettuce testing dependency exposure
1 parent dd105e1 commit b6f499a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/lettuce/lettuce-5.1/testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
// 6.0+ added protocolVersion access which allows forcing RESP2 for consistency in tests
99
compileOnly("io.lettuce:lettuce-core:6.0.0.RELEASE")
1010

11-
implementation("org.testcontainers:testcontainers")
11+
api("org.testcontainers:testcontainers")
1212
implementation("com.google.guava:guava")
1313

1414
implementation("io.opentelemetry:opentelemetry-api")

0 commit comments

Comments
 (0)