mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Completely remove log4j (#1466)
* Completely remove log4j Prevent Gradle plugin from using log4j.
This commit is contained in:
@@ -64,6 +64,8 @@ configurations {
|
||||
it.exclude group: 'org.mockito', module: 'mockito-core'
|
||||
}
|
||||
all.each {
|
||||
// log4j has high-profile security vulnerabilities. It's a transitive dependency used by some
|
||||
// Apache Beam packages. Excluding it does not impact our troubleshooting needs.
|
||||
it.exclude group: 'org.apache.logging.log4j'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user