You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated Maven pom.xml contains a compile dependency on jsr305. This dependency is only needed at compile time, but <scope>compile</scope> will drag it as a runtime dependency. This should be moved to <scope>optional</scope> to ensure it is available only at compile time.
The text was updated successfully, but these errors were encountered:
gehel
added a commit
to gehel/guava-retrying
that referenced
this issue
Jun 23, 2017
The generated Maven pom.xml contains a compile dependency on jsr305. This dependency is only needed at compile time, but
<scope>compile</scope>
will drag it as a runtime dependency. This should be moved to<scope>optional</scope>
to ensure it is available only at compile time.The text was updated successfully, but these errors were encountered: