mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02:00
Remove log4j from dependencies (#1462)
* Remove log4j from dependencies log4j may be used by third-party jars, but its absence is not expected to affect our troubleshooting needs.
This commit is contained in:
parent
343e4e0ada
commit
16aed2a0ab
63 changed files with 3 additions and 116 deletions
|
@ -63,6 +63,9 @@ configurations {
|
|||
// See https://issues.apache.org/jira/browse/BEAM-8862
|
||||
it.exclude group: 'org.mockito', module: 'mockito-core'
|
||||
}
|
||||
all.each {
|
||||
it.exclude group: 'org.apache.logging.log4j'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue