guava-retrying icon indicating copy to clipboard operation
guava-retrying copied to clipboard

artifact has a compile time dependency on jsr305

Open gehel opened this issue 7 years ago • 0 comments

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.

gehel avatar Jun 22 '17 20:06 gehel