When I had this problem I had the jackson-annotations and jackson-databind jars in my classpath, but not jackson-core.
Adding jackson-core to the classpath solved it for me.
When I had this problem I had the jackson-annotations and jackson-databind jars in my classpath, but not jackson-core.
Adding jackson-core to the classpath solved it for me.