We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518732b commit 1525789Copy full SHA for 1525789
pom.xml
@@ -63,6 +63,12 @@
63
<artifactId>guice</artifactId>
64
<version>6.0.0</version>
65
</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>
72
<dependency>
73
<groupId>jakarta.annotation</groupId>
74
<artifactId>jakarta.annotation-api</artifactId>
0 commit comments