I've this error:
Exception in thread "main" java.lang.VerifyError: class com.fasterxml.jackson.module.afterburner.deser.SuperSonicBeanDeserializer overrides final method deserialize.(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
I'm upgrading dropwizard from 0.6.2 to 0.7.1 version.
I'm able to compile without errors but when I run my app, I've the error above. I've already read this post: Getting error in jackson library code but without success.
How can I solve?