Skip to content

Commit 636fa43

Browse files
samebGuice Team
authored andcommitted
Mark JSR305 dependency as optional as it's not required at runtime (you only need it if you want to perform null analysis on the code). Fixes #1172
PiperOrigin-RevId: 525560759
1 parent d857bef commit 636fa43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
183183
<groupId>com.google.code.findbugs</groupId>
184184
<artifactId>jsr305</artifactId>
185185
<version>3.0.1</version>
186+
<optional>true</optional>
186187
</dependency>
187188
</dependencies>
188189
</dependencyManagement>

0 commit comments

Comments
 (0)