mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
Completely remove log4j (#1466)
* Completely remove log4j Prevent Gradle plugin from using log4j.
This commit is contained in:
parent
25e23ceef9
commit
69d06989c0
3 changed files with 5 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue