Add Jackson 2.x in a Jersey app

Mikael Magnusson
I am a developer
Published in
1 min readMar 19, 2016

I recently needed to update some Jersey backends to use Jackson 2.7 but I had some trouble finding a concise guide on what dependencies I needed and how to configure it.

So maybe this will save someone else some time.

Dependencies

jackson-annotations-2.7.3.jarjackson-core-2.7.3.jarjackson-databind-2.7.3.jarjackson-jaxrs-base-2.7.3.jarjackson-jaxrs-json-provider-2.7.3.jarjackson-module-jaxb-annotations-2.7.3.jar

Jersey configuration

}

--

--