spark
spark copied to clipboard
[SPARK-39977][BUILD] Remove unnecessary guava exclusion from jackson-module-scala
What changes were proposed in this pull request?
Remove unnecessary guava exclusion from jackson-module-scala
Why are the changes needed?
The exclusion added in SPARK-6149, the recent versions of jackson-module-scala does not depend on gauva any more, so we can remove this exclusion.
https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala_2.12/2.13.3
Does this PR introduce any user-facing change?
No
How was this patch tested?
Exsiting UT.
Can one of the admins verify this patch?
cc @wangyum, could u please take a look at this minor issue?
Merged to master