We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5a180 commit 93bb8b8Copy full SHA for 93bb8b8
1 file changed
dd-java-agent/instrumentation/jedis-1.4/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation group: 'redis.clients', name: 'jedis', version: '1.4.0'
17
18
testImplementation (group: 'com.github.codemonstur', name: 'embedded-redis', version: '1.4.3') {
19
- // excluding logback to avoid conflicts with libs.bundles.test.logging
+ // Excluding redis client to avoid conflicts in instrumentation code.
20
exclude group: 'redis.clients', module: 'jedis'
21
}
22
0 commit comments