Skip to content

Commit

Permalink
Mark JSR305 dependency as optional for throwingproviders, as it's not…
Browse files Browse the repository at this point in the history
… required at runtime.
  • Loading branch information
mcculls committed Apr 3, 2018
1 parent 59f227b commit 0930334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/throwingproviders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit 0930334

Please sign in to comment.