Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVN Repo and direct download from https://code.google.com/p/json-simple/ are different jars for the same version 1.1.1 #108

Open
GoogleCodeExporter opened this issue Dec 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. add json-simple to a project using maven 
(http://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple/1.1.1)
. Check md5 of the jar file. 
2. Download jar directly 
https://code.google.com/p/json-simple/downloads/detail?name=json-simple-1.1.1.ja
r. Check md5 of the jar file.

3. They have different values for me they have the below values
MAVEN : MD5 (json-simple-1.1.1.jar) = 5cc2c478d73e8454b4c369cee66c5bc7
DIRECT : MD5 (json-simple-1.1.1.jar) = f1535657ebe122f89bad3f75a2dcedad

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

I would expect the maven repo to have the same file. Im using json-simple with 
the spring-petclinic (https://github.com/spring-projects/spring-petclinic 
)project and when i pull the dependency from maven it doesn't work and throws a 
class not found exception for json-simple. When I put it in the lib directory 
manually using the direct download it works fine.

Thats what makes me think there are important differences between the mfile on 
the maven repo and the one thats downloaded directly. 




Original issue reported on code.google.com by [email protected] on 4 Aug 2015 at 4:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant