Closed boxxxie closed 6 years ago
Thanks, I'm aware of that problem. Unfortunately, paos uses some java dependencies that published to insecure repositories. We are working under replacement for those libraries but in the meantime, I would suggest using a hack described in leiningen FAQ:
;; add this to your project.clj
(require 'cemerick.pomegranate.aether)
(cemerick.pomegranate.aether/register-wagon-factory!
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.))
This is not a good solution and we will fix this ASAP. Keep an eye on this issue - #12
@boxxxie That should be fixed in 0.2.2.
i'm getting this when using
lein deps
on a new project with the only deps being clojure and paos.this is from
lein help faq