Skip to content

Instantly share code, notes, and snippets.

@paulbellamy
Created August 16, 2012 11:34
Show Gist options
  • Save paulbellamy/3369508 to your computer and use it in GitHub Desktop.
Save paulbellamy/3369508 to your computer and use it in GitHub Desktop.
Problem installing guava-collections
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/)
(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