[java] cleanup: remove unused incorrect dependencies from the intellij.java.execution.impl.* modules

They aren't used in code and won't work at runtime anyway because there are no corresponding dependencies in the plugin descriptor.

This change is also necessary to avoid failures in the test which verifies dependencies (IJPL-171921).

GitOrigin-RevId: 2abc4c3ee709f276ca4020992453c3aa4bda9d91
This commit is contained in:
Nikolay Chashnikov
2025-05-15 09:38:36 +02:00
committed by intellij-monorepo-bot
parent 2ac9d36947
commit 53c2f2c603
2 changed files with 0 additions and 2 deletions

View File

@@ -39,7 +39,6 @@
<orderEntry type="module" module-name="intellij.java.execution.impl.shared" />
<orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.editor" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
<orderEntry type="module" module-name="intellij.platform.kernel.backend" />
<orderEntry type="module" module-name="intellij.platform.ide" />