Already picking up the necessary Jackson modules. No need to register the internal one twice.

This commit is contained in:
Jon Brisbin
2012-09-27 16:14:20 -05:00
committed by Jon Brisbin
parent 231015d6e1
commit 2b187c91ed

View File

@@ -62,7 +62,7 @@ public class RepositoryAwareMappingHttpMessageConverter
}
@Override public void afterPropertiesSet() throws Exception {
mapper.registerModule(jacksonModule);
//mapper.registerModule(jacksonModule);
for(Module m : modules) {
mapper.registerModule(m);
}