IJPL-209419 remove unused dependency on intellij.platform.eel.impl

GitOrigin-RevId: 4335e0cc630a881691909b11cc23b140acccbbc1
This commit is contained in:
Vladimir Krivosheev
2025-10-03 10:00:57 +02:00
committed by intellij-monorepo-bot
parent 4f54cf1c39
commit d7875f7d97
8 changed files with 0 additions and 11 deletions

View File

@@ -46,7 +46,6 @@ jvm_library(
"@lib//:jackson-databind",
"@lib//:jackson-module-kotlin",
"//platform/progress/shared:ide-progress",
"//platform/eel-impl",
"//platform/eel-provider",
"//python/impl.helperLocator:community-helpersLocator",
],
@@ -89,7 +88,6 @@ jvm_library(
"@lib//:jackson-module-kotlin",
"//platform/progress/shared:ide-progress",
"@lib//:junit5",
"//platform/eel-impl",
"//platform/eel-provider",
"//python/impl.helperLocator:community-helpersLocator",
]

View File

@@ -38,7 +38,6 @@
<orderEntry type="library" name="jackson-module-kotlin" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.progress" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="module" module-name="intellij.platform.eel.impl" />
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.community.helpersLocator" />