You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.httpcomponents:httpcore:jar:4.4.9
at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:323)
...
at clojure.tools.deps.alpha$resolve_deps.invokeStatic(alpha.clj:215)
at clojure.tools.deps.alpha$resolve_deps.invoke(alpha.clj:197)
at cambada.uberjar$get_dep_jars.invokeStatic(uberjar.clj:109)
at cambada.uberjar$get_dep_jars.invoke(uberjar.clj:107)
...
when running clj -A:uberjar -Srepro -Sforce on OS X High Sierra.
I've attached the simplest repro I could make for this.
I'm experiencing an exception
when running
clj -A:uberjar -Srepro -Sforce
on OS X High Sierra.I've attached the simplest repro I could make for this.
This reproduces from a clean install:
brew install clojure
deps.edn
However, if I add
things work as expected (I'm not interested in this since it's using http).
simple-repro.zip
The text was updated successfully, but these errors were encountered: