leiningen: missing super-pom

后端 未结 6 2279
盖世英雄少女心
盖世英雄少女心 2021-02-13 17:17

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

:dependencies [[org         


        
6条回答
  •  执念已碎
    2021-02-13 17:39

    I think it's still common that projects have broken dependencies. It's unfortunate, because it really mars the experience.

    My solution is to go onto http://clojars.org and search for the library I need. Usually there are a few versions. I do a little research on http://github.com to see which one is most up to date. Then I try that one as a dependency. If it works, great! Otherwise, I try another one.

    It's a long process, but I think it is getting better. You should have seen the process before!

提交回复
热议问题