java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonInclude$Value
If this error occurs try addind the following dependencies to your pom.xml
Usually jackson needs these 3 dependencies:
- databind
- core
- annotations
com.fasterxml.jackson.core jackson-databind 2.9.0 com.fasterxml.jackson.core jackson-core 2.9.0 com.fasterxml.jackson.core jackson-annotations 2.9.0