Spring 4.x
The first major version of Jackson is no longer supported in Spring 4. The class you want to use is now org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
. Make sure that you have com.fasterxml.jackson.core/jackson-core/2.x.x on your classpath.