if I enable eith the clojure-couchdb or swank-clojure then lein deps fails because org.apache.maven:super-pom:jar:2.0 is missing
lein deps
:dependencies [[org
With Ubuntu 10.10 x86_64, with lein deps, I get annoying ... 5 required artifacts are missing.
Ubuntu 10.10 x86_64
for artifact:
org.apache.maven:super-pom:jar:2.0
... but the commands
sudo LEIN_ROOT=1 ~/bin/lein deps; sudo chown -R $USER:$USER lib
do the job.