[spellchecker] remove unused dependencies on intellij.spellchecker module (IJPL-189900)

And use 'Test' scope if the dependency is used in tests only. This is necessary to add dependency on it in XML descriptors only where needed after migrating it to a content module.

GitOrigin-RevId: 6f4afe50bfd02abf7569daa5f40c0a419d99e448
This commit is contained in:
Nikolay Chashnikov
2025-06-02 12:02:00 +02:00
committed by intellij-monorepo-bot
parent c443136193
commit 8b249e5091
8 changed files with 1 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ jvm_library(
"//platform/ide-core-impl",
"//platform/lang-impl",
"//xml/impl",
"//spellchecker",
"//java/java-impl:impl",
"//platform/usageView",
"//java/jsp-base-openapi:jsp-base",

View File

@@ -22,7 +22,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.usageView" />

View File

@@ -17,7 +17,6 @@ jvm_library(
"@lib//:kotlinx-coroutines-core",
"//platform/editor-ui-api:editor-ui",
"//platform/lang-impl",
"//spellchecker",
"//plugins/grazie/src:core",
"//platform/platform-impl:ide-impl",
"@lib//:ai-grazie-spell-gec-engine-local",
@@ -41,8 +40,6 @@ jvm_library(
"//platform/core-ui",
"//platform/editor-ui-api:editor-ui",
"//platform/lang-impl",
"//spellchecker",
"//spellchecker:spellchecker_test_lib",
"//plugins/grazie/src:core",
"//platform/testFramework",
"//platform/testFramework:testFramework_test_lib",

View File

@@ -14,7 +14,6 @@
<orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.grazie.core" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />

View File

@@ -19,7 +19,6 @@ jvm_library(
"//platform/icons",
"//platform/platform-api:ide",
"//platform/platform-impl:ide-impl",
"//spellchecker",
"//platform/lang-impl",
"@lib//:fastutil-min",
"//platform/core-ui",

View File

@@ -14,7 +14,6 @@
<orderEntry type="module" module-name="intellij.platform.icons" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />

View File

@@ -28,7 +28,6 @@ jvm_library(
"//platform/projectModel-api:projectModel",
"//python/python-psi-api:psi",
"//python:python-community-impl",
"//spellchecker",
"//platform/remote-driver/test-sdk:driver-sdk",
"//platform/platform-api:ide",
"//platform/markdown-utils",

View File

@@ -24,7 +24,6 @@
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.python.psi" />
<orderEntry type="module" module-name="intellij.python.community.impl" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.driver.sdk" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />