Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find artifact #43

Closed
sittim opened this issue Dec 31, 2020 · 1 comment
Closed

Could not find artifact #43

sittim opened this issue Dec 31, 2020 · 1 comment

Comments

@sittim
Copy link

sittim commented Dec 31, 2020

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
Copy link
Author

sittim commented Dec 31, 2020

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

@sittim sittim closed this as completed Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant