Skip to content

Commit 93bb8b8

Browse files
Fixed typo.
1 parent de5a180 commit 93bb8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/instrumentation/jedis-1.4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation group: 'redis.clients', name: 'jedis', version: '1.4.0'
1717

1818
testImplementation (group: 'com.github.codemonstur', name: 'embedded-redis', version: '1.4.3') {
19-
// excluding logback to avoid conflicts with libs.bundles.test.logging
19+
// Excluding redis client to avoid conflicts in instrumentation code.
2020
exclude group: 'redis.clients', module: 'jedis'
2121
}
2222

0 commit comments

Comments
 (0)