Heyvaert / wiquery

Automatically exported from code.google.com/p/wiquery
0 stars 0 forks source link

Maven warnings for: jackson-mapper-asl #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include wiquery 1.5.6 to your project
2. Build your project using maven
3. See warning: [WARNING] The POM for 
org.codehaus.jackson:jackson-mapper-asl:jar:1.8.1-20110515.143306-1 is missing, 
no dependency information available

This is why this happens: 
http://stackoverflow.com/questions/6454983/why-does-maven-download-lots-of-versi
ons-of-same-dependnecy

Solution: please specify minimum version of jackson-mapper-asl so maven will 
not search for buggy 1.8.1 version.

Latest version of jackson-mapper-asl is 1.9.8 
http://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl/1.9.8

Original issue reported on code.google.com by alexander.lipatov@gmail.com on 16 Aug 2012 at 12:22

GoogleCodeExporter commented 9 years ago
i have upgraded jackson on branch master (6.0), if you want to use a specific 
jackson version to avoid this problem then specify the jackson  dependency in 
your own project. This should resolve the buggy 1.8.1 version problem.

Original comment by hielke.hoeve on 9 Nov 2012 at 10:35

GoogleCodeExporter commented 9 years ago
If it will be fixed in 6+ version - it's great! I will just migrate to it)) I 
am already migrating to wicket 6.2.0

Thank you!

Original comment by alexander.lipatov@gmail.com on 9 Nov 2012 at 10:46