Skip to content

Commit ec90e21

Browse files
committed
Add deploy and graphx to 1.2 MiMa excludes.
1 parent 57569be commit ec90e21

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

project/MimaExcludes.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ object MimaExcludes {
3434
def excludes(version: String) =
3535
version match {
3636
case v if v.startsWith("1.2") =>
37-
Seq.empty
37+
Seq(
38+
MimaBuild.excludeSparkPackage("deploy"),
39+
MimaBuild.excludeSparkPackage("graphx")
40+
)
3841
case v if v.startsWith("1.1") =>
3942
Seq(
4043
MimaBuild.excludeSparkPackage("deploy"),

0 commit comments

Comments
 (0)