-
Notifications
You must be signed in to change notification settings - Fork 28.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-14401][SPARK-1844] Use stock sbt-pom-reader and Maven-style dep resolution #12310
[SPARK-14401][SPARK-1844] Use stock sbt-pom-reader and Maven-style dep resolution #12310
Conversation
Test build #55549 has finished for PR 12310 at commit
|
😦. I wonder if this is a MiMa bug. Let me try rolling back the Maven-style dep resolution line to see if that fixes things. |
Test build #55556 has finished for PR 12310 at commit
|
Jenkins, retest this please. |
Test build #55562 has finished for PR 12310 at commit
|
Alright, this is blocked until we fix the handling of |
This patch modifies our SBT build to use a stock version of the
sbt-pom-reader
plugin, rather than our own custom fork, and modifies our build to use SBT 0.13.8+'s Maven resolver plugin (see https://github.com/sbt/sbt/releases/tag/v0.13.8).I had to add a dummy
dev/pom.xml
in order to work around a limitation in the POM reader plugin: sbt/sbt-pom-reader#40