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

Exclude clojure in all default dependencies #469

Closed
lsnape opened this issue Jun 7, 2016 · 2 comments
Closed

Exclude clojure in all default dependencies #469

lsnape opened this issue Jun 7, 2016 · 2 comments
Assignees
Milestone

Comments

@lsnape
Copy link
Contributor

lsnape commented Jun 7, 2016

The clojure version included by one of my default dependencies was loaded before the clojure version defined in the project by BOOT_CLOJURE_VERSION, without any warning or trace.

The workaround is to exclude clojure from all the default dependencies, but ideally clojure should be excluded by boot automatically.

@micha
Copy link
Contributor

micha commented Jun 11, 2016

See #230, it's related.

@micha
Copy link
Contributor

micha commented Jul 30, 2016

I think the correct solution is to add an explicit org.clojure/clojure dependency to your :dependencies in the build.boot file. I think there should be a warning, though. What do you think?

@micha micha added this to the 2.7.0 milestone Jul 30, 2016
@micha micha added the ready label Jul 30, 2016
@micha micha self-assigned this Jul 30, 2016
@micha micha closed this as completed in 9a66940 Jul 31, 2016
@micha micha removed the ready label Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants