Issue upgrading from Jackson 1.9 to 2.5 using Spring 3.1.2 - ProviderBase class not found Issue upgrading from Jackson 1.9 to 2.5 using Spring 3.1.2 - ProviderBase class not found json json

Issue upgrading from Jackson 1.9 to 2.5 using Spring 3.1.2 - ProviderBase class not found


If you used Maven, adding jackson-jaxrs-json-provider as a dependency, you will see all the following pulled in

enter image description here

(I had an image from another post with v2.2.3- disregard the version)

As you can see, it does depend on a jackson-jaxrs-base, which is where the ProviderBase is located.

You can download it here (just click the 2.5.0, then the Download Bundle)