I am running into this error while trying to compile my maven project during the test execution. From what I understood after insane amount of googling is that this is because of some conflicting version of jackson-core thats in the classpath.
Here is what I find in the dependency hierarchy
I am not sure how to proceed from here, given that only one version appears to be in the effective resolved dependecies
If I skip tests and run the install the build succeeds but fails if I run a test or start a server during run time
If I navigate the repository I see the following versions
2.1.1 2.1.2 2.3.3 2.4.3 2.5.1 2.5.3 2.8.2
Should I delete all of them ?
This is a multimodule project and every moule is bringing some vrsion of this dependency. Does this matter?