[
https://issues.apache.org/jira/browse/SPARK-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283432#comment-14283432
]
Aniket Bhatnagar commented on SPARK-5330:
-----------------------------------------
One possible workaround is do define the dependency as follows :
"com.fasterxml.jackson.module" % "jackson-module-scala_2.10" % "2.3.1"
excludeAll(
ExclusionRule(organization = "org.scala-lang"),
ExclusionRule(organization = "org.scalatest")
)
> Core | Scala 2.11 | Transitive dependency on com.fasterxml.jackson.core
> :jackson-core:2.3.1 causes compatibility issues
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: SPARK-5330
> URL: https://issues.apache.org/jira/browse/SPARK-5330
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 1.2.0
> Reporter: Aniket Bhatnagar
>
> Spark Transitive depends on com.fasterxml.jackson.core :jackson-core:2.3.1.
> Users of jackson-module-scala had to to depend on the same version to avoid
> any class compatibility issues. However, since scala 2.11,
> jackson-module-scala is no longer published for version 2.3.1. Since the
> version 2.3.1 is quiet old, perhaps we should investigate upgrading to latest
> jackson-core.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]