6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
dependencies {
|
|
compileOnly(project(":project:module-util"))
|
|
compileOnly(libs.guava)
|
|
// Log4J Logger (required by the console filter)
|
|
compileOnly(rootProject.libs.apache.logging.log4j.core) // Log4J version bundled in 1.12.2
|
|
} |