[xml] remove unused dependency from intellij.xml.impl to intellij.spellchecker (IJPL-189900)

This dependency isn't used since intellij.spellchecker.xml was extracted to a separate content module (b3b87d940).

GitOrigin-RevId: eed90c8ee7b6aa1ef027c8c7f9f1e476a37044cc
This commit is contained in:
Nikolay Chashnikov
2025-06-03 08:59:39 +02:00
committed by intellij-monorepo-bot
parent dccff35aa5
commit 3865c06adb
2 changed files with 0 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ jvm_library(
"//platform/editor-ui-ex:editor-ex",
"@lib//:fastutil-min",
"//platform/core-ui",
"//spellchecker",
"//xml/dom-openapi:dom",
"//platform/polySymbols",
"//platform/code-style-impl:codeStyle-impl",

View File

@@ -34,7 +34,6 @@
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.xml.dom" />
<orderEntry type="module" module-name="intellij.platform.polySymbols" />
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />