ritamnrg / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

3.0.2 Maven Checksum Failed #295

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Add the latest 3.0.2 release to your pom.xml:

<dependency>
    <groupId>com.google.code.facebookapi</groupId>
    <artifactId>facebook-java-api</artifactId>
    <version>3.0.2</version>
</dependency>

What is the expected output? What do you see instead?

Expected to download the pom and required JARs from repo1, but instead 
returns an error.

Downloading: 
http://repo1.maven.org/maven2/com/google/code/facebookapi/facebook-java-
api/3.0.2/facebook-java-api-3.0.2.pom

[WARNING] *** CHECKSUM FAILED - Checksum failed on download

Please provide any additional information below.

Have tried the pom dependency with 3.0.1 as well which also fails the 
checksum, only 2.1.1 and lower download without error.

Original issue reported on code.google.com by james.wh...@gmail.com on 22 Feb 2010 at 11:16