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
I have a lein project using lein-tools-deps middleware to resolve deps defined in my project's deps.edn.
While trying to setup clojure-storm, I noticed org.clojure/clojure being added at the top of deps tree even when it's explicitly excluded in lein's top level :exclusions key.
After few hours of debugging I realised that lein-tools-deps is adding this dependency via a middleware. Is there a way to exclude org.clojure/clojure from deps?
The text was updated successfully, but these errors were encountered:
I have a lein project using
lein-tools-deps
middleware to resolve deps defined in my project'sdeps.edn
.While trying to setup
clojure-storm
, I noticedorg.clojure/clojure
being added at the top of deps tree even when it's explicitlyexcluded
inlein's
top level:exclusions
key.After few hours of debugging I realised that
lein-tools-deps
is adding this dependency via a middleware. Is there a way to excludeorg.clojure/clojure
from deps?The text was updated successfully, but these errors were encountered: