I 'm trying to understand gradle dependency tree. Here is the output of
When I try to run my program, I 'm getting this error Exception in thread “main” java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonFactory.requiresPropertyOrdering()Z
From the Gist given above 2.8.8 is the net effective version of the Jackson libraries . Is my interpretation of Gradle command output correct ? What could be the root-cause of the problem. Other libraries like Google API and Dropwizard are bringing in lower versions. Thanks in advance.