Skip to content

Commit 2b5795e

Browse files
committed
Mark JSR305 dependency as optional for throwingproviders, as it's not required at runtime.
1 parent 7d7e3da commit 2b5795e

File tree

1 file changed

+1
-0
lines changed
  • extensions/throwingproviders

1 file changed

+1
-0
lines changed

extensions/throwingproviders/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.code.findbugs</groupId>
4646
<artifactId>jsr305</artifactId>
47+
<optional>true</optional>
4748
</dependency>
4849
</dependencies>
4950
</project>

0 commit comments

Comments
 (0)