spotify / missinglink

Build time tool for detecting link problems in java projects
Apache License 2.0
144 stars 27 forks source link

idea: remove guava dependency from core #60

Closed mattnworb closed 4 years ago

mattnworb commented 4 years ago

In the interest of being as slim as possible, it might be a good idea to remove as many dependencies as possible from the core module, specifically Guava.

A related idea would be to refactor the dependency on auto-matter so that it is only a dependency on the annotations module of it, rather than dragging the whole thing in at provided scope.

spkrka commented 4 years ago

Nice idea! +1 from me