Fix depenency declaration (#1248)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-09-23 19:31:41 +03:00 committed by GitHub
parent e74ffe2e52
commit be293419cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ muzzle {
}
dependencies {
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.7'
library group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.7'
testImplementation project(':instrumentation:log4j:log4j-2-testing')