Skip to content

Commit

Permalink
Mark JSR305 dependency as optional for throwingproviders as it's not …
Browse files Browse the repository at this point in the history
…required at runtime (you only need it if you want to perform null analysis on the code). Fixes #1172

PiperOrigin-RevId: 525560759
  • Loading branch information
sameb authored and Guice Team committed Apr 19, 2023
1 parent bccee9c commit d975052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit d975052

Please sign in to comment.