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 17eb187 commit c68deabCopy full SHA for c68deab
project/MimaExcludes.scala
@@ -37,6 +37,7 @@ object MimaExcludes {
37
case v if v.startsWith("1.5") =>
38
Seq(
39
MimaBuild.excludeSparkPackage("deploy"),
40
+ MimaBuild.excludeSparkPackage("network"),
41
// These are needed if checking against the sbt build, since they are part of
42
// the maven-generated artifacts in 1.3.
43
excludePackage("org.spark-project.jetty"),
0 commit comments