mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[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:
committed by
intellij-monorepo-bot
parent
dccff35aa5
commit
3865c06adb
@@ -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",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user