fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 23 forks source link

Could not find artifact #43

Closed sittim closed 3 years ago

sittim commented 3 years ago

When I include the dependency like so:

:aliases {:test      {:extra-paths ["src/test"]
                       :extra-deps  {fulcrologic/fulcro-spec      {:mvn/version "3.1.8"}
                                     com.taoensso/timbre          {:mvn/version "5.1.0"}
                                     coorg.slf4j/log4j-over-slf4j {:mvn/version "1.7.30"}   ; auto sends log4j to slf4j
                                     coorg.slf4j/jul-to-slf4j     {:mvn/version "1.7.30"}   ; auto sends java.util.logging to slf4j
                                     coorg.slf4j/jcl-over-slf4j   {:mvn/version "1.7.30"} ; auto-sends java.common.logging to slf4j
                                     cocom.fzakaria/slf4j-timbre  {:mvn/version "0.3.20"}}} ; hooks slf4j to timbre

Then run clj -Atest and get:

$ clj -Atest
Error building classpath. Could not find artifact cocom.fzakaria:slf4j-timbre:jar:0.3.20 in central (https://repo1.maven.org/maven2/)

Wonder what I am missing

sittim commented 3 years ago

Hmm, my deps got messed up and I did not even notice it.