Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/8471#discussion_r38116507 --- Diff: sql/hive/pom.xml --- @@ -36,6 +36,12 @@ </properties> <dependencies> + <!-- Added for sbt issue, expected to be evicted --> + <dependency> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + <version>2.10.3</version> --- End diff -- My issue was different (mismatched junit versions) and the fix did required a pom change (to update the version of junit). I haven't really looked into this particular one, but hive does not seem to depend directly on scala anywhere, so I'm not sure where the 2.10.3 dependency might be coming from.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org