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

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -