Skip to content

Commit

Permalink
Use the annotated version of Guava
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored May 23, 2020
1 parent 82ca765 commit cad4722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ dependencies {
implementation 'org.plumelib:reflection-util:0.2.2'
// Annotations in checker-qual.jar are used, but no checkers are (currently) run on the code.
compileOnly 'org.checkerframework:checker-qual:3.4.0'
implementation ('com.google.guava:guava:29.0-jre') {
implementation 'com.google.errorprone:error_prone_annotations:2.3.4'
implementation ('org.checkerframework.annotatedlib:guava:28.2-jre') {
// So long as Guava only uses annotations from checker-qual, excluding it should not cause problems.
exclude group: 'org.checkerframework'
}
Expand Down

0 comments on commit cad4722

Please sign in to comment.