Skip to content

Commit ced6dd8

Browse files
Fix log4j2 tests
1 parent 4cc0b64 commit ced6dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/instrumentation/log4j2/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ muzzle {
2929
dependencies {
3030
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: log4jVersion
3131

32+
testImplementation project(path:':dd-java-agent:instrumentation-testing')
3233
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: log4jVersion
3334
}

0 commit comments

Comments
 (0)