LoginSystem/project/module-logger/build.gradle.kts
2024-07-11 19:02:06 +08:00

7 lines
294 B
Plaintext

dependencies {
compileOnly(project(":project:module-util"))
compileOnly(project(":project:module-common"))
compileOnly(libs.guava)
// Log4J Logger (required by the console filter)
compileOnly("org.apache.logging.log4j:log4j-core:2.20.0") // Log4J version bundled in 1.12.2
}