Skip to content

Commit 1525789

Browse files
committed
Added explicit dependency to findbugs jsr305
1 parent 518732b commit 1525789

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
<artifactId>guice</artifactId>
6464
<version>6.0.0</version>
6565
</dependency>
66+
<!-- needed by Guava 33.4.3+ for javax.annotations.Nullable -->
67+
<dependency>
68+
<groupId>com.google.code.findbugs</groupId>
69+
<artifactId>jsr305</artifactId>
70+
<version>3.0.2</version>
71+
</dependency>
6672
<dependency>
6773
<groupId>jakarta.annotation</groupId>
6874
<artifactId>jakarta.annotation-api</artifactId>

0 commit comments

Comments
 (0)