Declare com.google.code.findbugs:jsr305 as optional dependency to cleanup compiler warnings.

This commit is contained in:
John Blum
2023-06-24 10:02:48 -07:00
parent dba4e51d2b
commit 204f14e5bc

View File

@@ -246,6 +246,13 @@
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
</dependencies>
<build>