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

Add upstream exclusions to transitive dependencies #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AdamFrey
Copy link

This is a potential fix for #66.

It works by explicitly listing all :exclusions from a dep's parents in the dependency tree to ensure that leiningen doesn't add a dependency during its own dependency resolution that should have been excluded.

I'll admit this is sort of inelegant so let me know if you have implementation opinions.

That's where clojure is installed for me on linux, and it seems like a pretty
normal place that it could be.
@RickMoynihan
Copy link
Owner

Thanks for this and the comprehensive example, I'll try and find some time to review.

@marco-m
Copy link
Contributor

marco-m commented Oct 4, 2018

@RickMoynihan did you have a chance to review this PR ?

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

Successfully merging this pull request may close these issues.

3 participants