Skip to content

Commit

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

PiperOrigin-RevId: 525741584
  • Loading branch information
mcculls authored and Guice Team committed Apr 20, 2023
1 parent d857bef commit 94d28dd
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 94d28dd

Please sign in to comment.