We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef4603 commit 0e8e909Copy full SHA for 0e8e909
project/MimaExcludes.scala
@@ -37,7 +37,7 @@ object MimaExcludes {
37
case v if v.startsWith("1.4") =>
38
Seq(
39
MimaBuild.excludeSparkPackage("deploy"),
40
- MimaBuild.excludeSparkPackage("graphx"),
+ MimaBuild.excludeSparkPackage("ml"),
41
excludePackage("org.spark-project.jetty"),
42
// These are needed if checking against the sbt build, since they are part of
43
// the maven-generated artifacts since 1.2.
0 commit comments