Last active
December 10, 2015 09:29
-
-
Save daveray/4414645 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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