I have a problem running Spark 2.1 with Play! 2.5.9.
I get the following runtime exception:
com.fasterxml.jackson.databind.JsonMappingException: Incompatible Jackson version: 2.7.6
In the previous version of Spark (1.6), I managed to suppress this error adding in my build.sbt
file:
dependencyOverrides ++= Set("com.fasterxml.jackson.core" % "jackson-databind" % "2.4.4")
But it doesn't work with Spark 2. I tried to change the version used in dependencyOverrides
by 2.7.2 and 2.8.5, but I have no idea of which one I should use and why.
Any clue would be very appreciated ;)
Using a version 2.6.x in dependencyOverrides works (I still don't know if there is an other way to find a version that works than testing one after an other).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With