Hi I am making some GwtTestCase tests. I want to use Jackson ObjectMapper in the test, however I am getting following error
[ERROR] Line 48: No source code is available for type org.codehaus.jackson.map.ObjectMapper; did you forget to inherit a required module?
I know that I need to inherit module for Jackson, however I don't know how to achieve it. Do I need to create module for Jackson? How?