I'm using maven and dropwizard, getting java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/TSFBuilder
error when I initiate an Object Mapper.
Tried to override the dependency by adding com.fasterxml.jackson.core
version 2.10.0 to POM (also tried a few other versions), but still getting the same error.
Any suggestion?