We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e20edd commit bffe317Copy full SHA for bffe317
build.gradle
@@ -17,7 +17,7 @@ subprojects {
17
group = "org.anarres.jarjar"
18
19
dependencies {
20
- compile 'com.google.code.findbugs:jsr305:2.0.2'
+ compile 'com.google.code.findbugs:annotations:3.0.1'
21
compile 'org.slf4j:slf4j-api:1.7.12'
22
}
23
0 commit comments