We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Guava appears to be only used for test code
https://github.com/dhorions/boxable/search?q=google
Yet both the POM (and gradle) has it declared as
<scope>compile</scope>
It should be:
<scope>test</scope>
The text was updated successfully, but these errors were encountered:
Fix issue dhorions#236 make guava test dep
5313bce
fix: #233, #236, #239, #241, #246 and update all other dependencies
943e453
Fixed with 943e453
Sorry, something went wrong.
No branches or pull requests
Guava appears to be only used for test code
https://github.com/dhorions/boxable/search?q=google
Yet both the POM (and gradle) has it declared as
<scope>compile</scope>
It should be:
<scope>test</scope>
The text was updated successfully, but these errors were encountered: