Fork me on GitHub
#cljdoc
<
2021-07-10
>
wilkerlucio03:07:09

hello, I'm trying to get a new lib, I see the analisys build fails because it tries to load a dependency that I use as provided (the user is supposed to add it), is there a way to indicate to cljdoc to use extra deps like this?

seancorfield05:07:58

@wilkerlucio You have to put it in pom.xml manually (and keep it in there after sync'ing from deps.edn because tools.deps.alpha will remove it!). I've had to do this for clojure-expectations/clojure-test (so that http://cljdoc.org can see planck for cljs testing).