IJPL-185506: remove xerces dep from intellij.xml.psi.impl (it's not needed there)

GitOrigin-RevId: 03de8c17ba5d9d3214f7780bb457f5a2310b6ffd
This commit is contained in:
Maria Filipanova
2025-06-18 11:18:56 +00:00
committed by intellij-monorepo-bot
parent e8dc717622
commit b620530da8
3 changed files with 0 additions and 2 deletions
-1
View File
@@ -30,7 +30,6 @@ jvm_library(
"//platform/core-api:core",
"//platform/core-impl",
"//xml/xml-parser:parser",
"@lib//:xerces",
"//RegExpSupport:regexp",
"//platform/ide-core-impl",
"//platform/lang-api:lang",
@@ -22,7 +22,6 @@
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="module" module-name="intellij.xml.parser" />
<orderEntry type="library" name="Xerces" level="project" />
<orderEntry type="module" module-name="intellij.regexp" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" />