Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/2818#discussion_r20068284
--- Diff: pom.xml ---
@@ -750,11 +751,16 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- Matches the version of jackson-{mapper,core}-asl pulled in by
avro -->
<dependency>
- <!-- Matches the version of jackson-core-asl pulled in by avro -->
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
- <version>1.8.8</version>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
--- End diff --
I don't think defining a dependency here will have any effect if we don't
ever use it in our own build... right? I don't think we list `jackson-core-asl`
anywhere in our component pom files as a dependency.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]