Are org.codehaus.jackson
and com.fasterxml.jackson.core
related?
I have
org.codehaus.jackson jackson-all version 1.7.2
and
com.fasterxml.jackson.core > jackson-databind version 2.4.3
in my pom.xml
.
I am not sure if they are redundant and can conflict.