Skip to content

Commit e25fcfa

Browse files
authored
Merge pull request #345 from ashawley/drop-pointed-hedge-exp
Drop scala.xml.dtd.impl.PointedHedgeExp
2 parents 9766622 + 94fb400 commit e25fcfa

File tree

2 files changed

+6
-35
lines changed

2 files changed

+6
-35
lines changed

build.sbt

+6
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
8787
exclude[MissingTypesProblem]("scala.xml.Text"),
8888
exclude[MissingTypesProblem]("scala.xml.Unparsed"),
8989
// Miscellaneous deprecations
90+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp"),
91+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$TopIter$"),
92+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$Node$"),
93+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$Point$"),
94+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$TopIter"),
95+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$Node"),
9096
exclude[MissingClassProblem]("scala.xml.persistent.CachedFileStorage"),
9197
exclude[MissingClassProblem]("scala.xml.persistent.Index"),
9298
exclude[MissingClassProblem]("scala.xml.persistent.SetStorage"),

shared/src/main/scala/scala/xml/dtd/impl/PointedHedgeExp.scala

-35
This file was deleted.

0 commit comments

Comments
 (0)