Polish contribution

See gh-25078
This commit is contained in:
Sam Brannen 2020-06-10 18:25:31 +02:00
parent 8fb7399a0c
commit 335ca75ec2
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ configure(allprojects) { project ->
entry 'log4j-jul'
}
dependency "org.slf4j:slf4j-api:1.7.30"
dependency "com.google.code.findbugs:findbugs:3.0.1"
dependency("com.google.code.findbugs:findbugs:3.0.1") {
exclude group: "dom4j", name: "dom4j"
}
dependency "com.google.code.findbugs:jsr305:3.0.2"
dependencySet(group: 'org.aspectj', version: '1.9.5') {