Skip to content

Commit

Permalink
Another exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed May 22, 2015
1 parent 04b4f04 commit 55f1610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ object MimaExcludes {
ProblemFilters.exclude[MissingClassProblem](
"org.apache.spark.status.api.v1.JsonRootResource$"),
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.streaming.StreamingContext.withNamedScope")
"org.apache.spark.streaming.StreamingContext.withNamedScope"),
excludePackage("org.apache.spark.sql.sources.HadoopFsRelation")
)
case v if v.startsWith("1.4") =>
Seq(
Expand Down

0 comments on commit 55f1610

Please sign in to comment.