You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we build/run cruise-control and noticed that some guava compile dependencies are on the runtime path. As a user we'd like the minimum set of dependencies on the classpath. We currently exclude them in our build and wondered if it was worth doing the same upstream.
Hi @robobario , I think the intent is reasonable at least for your use cases. I'm concerned about what if in the future people make some changes that needs those dependencies? Or if people have their own CC branches that need some of those dependencies.
Hi, we build/run cruise-control and noticed that some guava compile dependencies are on the runtime path. As a user we'd like the minimum set of dependencies on the classpath. We currently exclude them in our build and wondered if it was worth doing the same upstream.
They are:
https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies
Thank you
The text was updated successfully, but these errors were encountered: