Skip to content

Commit

Permalink
adding a new exclude after rebasing with master
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Feb 27, 2014
1 parent 651844c commit b551519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/MimaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ object MimaBuild {
exclude[MissingClassProblem]("org.apache.spark.mllib.optimization.SquaredGradient"),
exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.LinearRegressionWithSGD.gradient"),
exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.RidgeRegressionWithSGD.gradient"),
exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.LassoWithSGD.gradient")
exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.LassoWithSGD.gradient"),
exclude[FinalClassProblem]("org.apache.spark.SparkFiles")
)
}

Expand Down

0 comments on commit b551519

Please sign in to comment.