Skip to content

Commit bc4f1d1

Browse files
committed
Drop scala.xml.dtd.impl.PointedHedgeExp
1 parent 0daee4a commit bc4f1d1

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
@@ -90,6 +90,12 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
9090
exclude[MissingTypesProblem]("scala.xml.Text"),
9191
exclude[MissingTypesProblem]("scala.xml.Unparsed"),
9292
// Miscellaneous deprecations
93+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp"),
94+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$TopIter$"),
95+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$Node$"),
96+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$Point$"),
97+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$TopIter"),
98+
exclude[MissingClassProblem]("scala.xml.dtd.impl.PointedHedgeExp$Node"),
9399
exclude[MissingClassProblem]("scala.xml.persistent.CachedFileStorage"),
94100
exclude[MissingClassProblem]("scala.xml.persistent.Index"),
95101
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)