Skip to content

Instantly share code, notes, and snippets.

@daveray
Last active December 10, 2015 09:29
Show Gist options
  • Save daveray/4414645 to your computer and use it in GitHub Desktop.
Save daveray/4414645 to your computer and use it in GitHub Desktop.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':hystrix-contrib:hystrix-clj:dependencies'.
> Could not resolve all dependencies for configuration ':hystrix-contrib:hystrix-clj:clojuresque'.
> Could not find group:clojuresque, module:runtime, version:1.5.4-SNAPSHOT.
Required by:
com.netflix.hystrix:hystrix-clj:1.1.7-SNAPSHOT
Explicitly adding a dependency on clojuresque:runtime fixes this issue and then it complains about org.clojure:clojure, and so on. I must be mising something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment