I have a controller mapped with the following annotation:
@RequestMapping(value = \"/json\", method = RequestMethod.GET, produces = \"application/json\") @Re
I had the dependencies as specified @Greg post. I still faced the issue and could be able to resolve it by adding following additional jackson dependency:
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.7.4