We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8280d0 commit 9ef5e81Copy full SHA for 9ef5e81
guava/pom.xml
@@ -31,18 +31,22 @@
31
<dependency>
32
<groupId>com.google.code.findbugs</groupId>
33
<artifactId>jsr305</artifactId>
34
+ <version>${jsr305.version}</version>
35
</dependency>
36
37
<groupId>org.checkerframework</groupId>
38
<artifactId>checker-qual</artifactId>
39
+ <version>${checker.version}</version>
40
41
42
<groupId>com.google.errorprone</groupId>
43
<artifactId>error_prone_annotations</artifactId>
44
+ <version>${errorprone.version}</version>
45
46
47
<groupId>com.google.j2objc</groupId>
48
<artifactId>j2objc-annotations</artifactId>
49
+ <version>${j2objc.version}</version>
50
51
</dependencies>
52
<build>
0 commit comments