yanboliang commented on a change in pull request #23965: [SPARK-27051] [Core]
Bump Jackson version to 2.9.8
URL: https://github.com/apache/spark/pull/23965#discussion_r262287111
##########
File path: core/pom.xml
##########
@@ -224,6 +224,10 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-reflect</artifactId>
Review comment:
Jackson 2.9.8 is not dependent on scala-reflect (but 2.9.6 have this
dependency), but Spark core needs this dependency, so we should add it
explicitly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]