Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/8471#discussion_r38070839
--- 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 --
So this is intentionally not matching the scala version since the plan is
to this version evicted but still show up so sbt/ivy can make the decision to
evict it.
I've nuked the ivy cache before and had this issue show up, but one of my
system resolvers might be borked (I'll nuke the cache and disabled the system
resolver and give it a shot tomorrow but that tends to take a long time).
---
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]