jhh1117 / json-simple

Automatically exported from code.google.com/p/json-simple
Apache License 2.0
0 stars 0 forks source link

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 8 years ago

GoogleCodeExporter commented 8 years ago
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 davedcus...@gmail.com on 4 Aug 2015 at 4:07