Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Consistently declare jsr305 an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
realark committed Jul 12, 2018
1 parent b366c04 commit caf76e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentracing-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>
<optional>true</optional><!-- needed only for annotations -->
</dependency>
</dependencies>

Expand Down

0 comments on commit caf76e2

Please sign in to comment.