How to remove unused dependencies from a clojure leiningen project? -


i have leiningen clojure project , there lot of dependencies in it. want automatically remove of dependencies not being used. how do this? please help.

bare hands: comment dependency entry suspect useless using #_ (eg. #_[org.ow2.asm/asm-all "4.2"]) , try compile.

with tool: eastwood clojure linter implemented leiningen plugin. need using :unused-namespaces option (not enabled default). i'll let head doc.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -