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 unnecessary runtime dependencies from mvn-extension #316

Closed
MatousJobanek opened this issue Feb 8, 2018 · 0 comments · Fixed by #317
Closed

Remove unnecessary runtime dependencies from mvn-extension #316

MatousJobanek opened this issue Feb 8, 2018 · 0 comments · Fixed by #317

Comments

@MatousJobanek
Copy link
Contributor

Issue Overview

The runtime dependencies of the strategies that are specified in mvn-extension pom file are not necessary. They are there just because of loading strategy configurations, but this can be loaded lazily when they are needed. So, we can minimize the stack of dependencies that are fetched at the very beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants