Skip to content

Commit 0e8e909

Browse files
author
Marcelo Vanzin
committed
Ignore ml, don't ignore graphx.
This matches the 1.3 exclusions; let's see what mima complains about.
1 parent cef4603 commit 0e8e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object MimaExcludes {
3737
case v if v.startsWith("1.4") =>
3838
Seq(
3939
MimaBuild.excludeSparkPackage("deploy"),
40-
MimaBuild.excludeSparkPackage("graphx"),
40+
MimaBuild.excludeSparkPackage("ml"),
4141
excludePackage("org.spark-project.jetty"),
4242
// These are needed if checking against the sbt build, since they are part of
4343
// the maven-generated artifacts since 1.2.

0 commit comments

Comments
 (0)