rfscholte commented on issue #242: Speed up project discovery
URL: https://github.com/apache/maven/pull/242#issuecomment-487702204
I prefer not to use guava, we've seen way too many backwords compatibility
issues with this library. IIRC it is used by Sisu, I hope that's the only one.
-
rfscholte commented on issue #242: Speed up project discovery
URL: https://github.com/apache/maven/pull/242#issuecomment-485908341
We'll probably need to fix https://issues.apache.org/jira/browse/MNG-6643
afterwards, i.e. ComparableVersion should not depend on any third party
libraries so