Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artifact has a compile time dependency on jsr305 #74

Open
gehel opened this issue Jun 22, 2017 · 0 comments
Open

artifact has a compile time dependency on jsr305 #74

gehel opened this issue Jun 22, 2017 · 0 comments

Comments

@gehel
Copy link

gehel commented Jun 22, 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.

gehel added a commit to gehel/guava-retrying that referenced this issue Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant