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

Remove Guava as a compile dependency #236

Closed
agentgt opened this issue Aug 4, 2021 · 1 comment
Closed

Remove Guava as a compile dependency #236

agentgt opened this issue Aug 4, 2021 · 1 comment
Milestone

Comments

@agentgt
Copy link

agentgt commented Aug 4, 2021

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>

@johnmanko
Copy link
Collaborator

Fixed with 943e453

@johnmanko johnmanko added this to the 1.7.0 milestone Jun 15, 2022
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

2 participants