Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/465#discussion_r11816771
--- Diff: pom.xml ---
@@ -440,6 +431,16 @@
<version>${scala.version}</version>
</dependency>
<dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-actors</artifactId>
+ <version>${scala.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scalap</artifactId>
--- End diff --
Yeah I see what you mean, that this could also be resolved by just
depending on scalap explicitly. The product doesn't need scalap directly, I
think, so that feels a bit wrong. On the other hand, the workaround of having
to track exclusions to get the versions right seems ugly.
---
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.
---