Created
August 16, 2012 11:34
-
-
Save paulbellamy/3369508 to your computer and use it in GitHub Desktop.
Problem installing guava-collections
This file contains 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
Retrieving com/google/guava/guava-collections/r03/guava-collections-r03.pom (1k) | |
from http://repo1.maven.org/maven2/ | |
Checksum validation failed, expected eaa856fdfbf53342d48d9e48e09bb7056151beb5 but is 4542f475c395917cb2b572549e0804f23695a648 | |
Retrieving com/google/guava/guava-collections/r03/guava-collections-r03.pom (1k) | |
from http://repo1.maven.org/maven2/ | |
Could not transfer artifact com.google.guava:guava-collections:pom:r03 from/to central (http://repo1.maven.org/maven2): Checksum validation failed, expected eaa856fdfbf53342d48d9e48e09bb7056151beb5 but is 4542f475c395917cb2b572549e0804f23695a648 | |
Could not find artifact com.google.guava:guava-collections:pom:r03 in clojars (https://clojars.org/repo/) |
This file contains 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
(defproject myproject "0.1.0-SNAPSHOT" | |
... | |
:dependencies [[com.google.guava/guava-collections "r03"]] | |
...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment