简体   繁体   中英

NoClassDefFoundError: org/codehaus/jackson/Versioned using Jackson JSON parser

I have a Spring MVC REST project and I am being given the following message when I try to build the application:

NoClassDefFoundError: org/codehaus/jackson/Versioned

I believe this is to do with the implementation of Jackson's JSON parser in the application but I am using:

 jackson-annotations-2.4.0.jar 
 jackson-core-2.4.1.jar
 jackson-databind-2.4.1.jar

这个类是jackson-core-asl.jar一部分,它包含在类路径中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM