You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/04 23:21:15 UTC

[GitHub] [spark] yanboliang commented on a change in pull request #23965: [SPARK-27051] [Core] Bump Jackson version to 2.9.8

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org