Samik R created SPARK-20310: ------------------------------- Summary: Dependency convergence error for scala-xml Key: SPARK-20310 URL: https://issues.apache.org/jira/browse/SPARK-20310 Project: Spark Issue Type: Bug Components: Build Affects Versions: 2.1.0 Reporter: Samik R Priority: Minor
Hi, I am trying to compile a package (apache tinkerpop) which has spark-core as one of the dependencies. I am trying to compile with v2.1.0. But when I run maven build through a dependency checker, it is showing a dependency error within the spark-core itself for scala-xml package, as below: Dependency convergence error for org.scala-lang.modules:scala-xml_2.11:1.0.1 paths to dependency are: +-org.apache.tinkerpop:spark-gremlin:3.2.3 +-org.apache.spark:spark-core_2.11:2.1.0 +-org.json4s:json4s-jackson_2.11:3.2.11 +-org.json4s:json4s-core_2.11:3.2.11 +-org.scala-lang:scalap:2.11.0 +-org.scala-lang:scala-compiler:2.11.0 +-org.scala-lang.modules:scala-xml_2.11:1.0.1 and +-org.apache.tinkerpop:spark-gremlin:3.2.3 +-org.apache.spark:spark-core_2.11:2.1.0 +-org.apache.spark:spark-tags_2.11:2.1.0 +-org.scalatest:scalatest_2.11:2.2.6 +-org.scala-lang.modules:scala-xml_2.11:1.0.2 Can this be fixed? Thanks. -Samik -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org