Skip to content

Commit 204f14e

Browse files
committed
Declare com.google.code.findbugs:jsr305 as optional dependency to cleanup compiler warnings.
1 parent dba4e51 commit 204f14e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,13 @@
246246
<optional>true</optional>
247247
<scope>runtime</scope>
248248
</dependency>
249+
<dependency>
250+
<groupId>com.google.code.findbugs</groupId>
251+
<artifactId>jsr305</artifactId>
252+
<version>3.0.2</version>
253+
<optional>true</optional>
254+
<scope>compile</scope>
255+
</dependency>
249256
</dependencies>
250257

251258
<build>

0 commit comments

Comments
 (0)