Fix depenency declaration (#1248)
This commit is contained in:
parent
e74ffe2e52
commit
be293419cd
|
@ -9,7 +9,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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')
|
testImplementation project(':instrumentation:log4j:log4j-2-testing')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue