From 3865c06adba9076834895117f87dc37fc205f03a Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Tue, 3 Jun 2025 08:59:39 +0200 Subject: [PATCH] [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 --- xml/impl/BUILD.bazel | 1 - xml/impl/intellij.xml.impl.iml | 1 - 2 files changed, 2 deletions(-) diff --git a/xml/impl/BUILD.bazel b/xml/impl/BUILD.bazel index a9228b661a24..77caad0268dc 100644 --- a/xml/impl/BUILD.bazel +++ b/xml/impl/BUILD.bazel @@ -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", diff --git a/xml/impl/intellij.xml.impl.iml b/xml/impl/intellij.xml.impl.iml index f24121dba91a..bf224d9af0e9 100644 --- a/xml/impl/intellij.xml.impl.iml +++ b/xml/impl/intellij.xml.impl.iml @@ -34,7 +34,6 @@ -