mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[python] cleanup: remove unused incorrect dependencies from intellij.python.community.impl
They aren't used in code and won't work at runtime anyway because there are no corresponding dependencies in the plugin descriptor. These dependencies were reported by IdeaUltimatePluginModuleDependenciesTest (IJPL-171921). GitOrigin-RevId: de9bdd2e14a5a75de726524b14418fd2f0ae4200
This commit is contained in:
committed by
intellij-monorepo-bot
parent
696a7c549d
commit
9f30bd367f
@@ -105,7 +105,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.markdown" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="jcef" level="project" />
|
||||
<orderEntry type="library" name="jna" level="project" />
|
||||
@@ -147,7 +146,6 @@
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.observation" />
|
||||
<orderEntry type="module" module-name="intellij.terminal" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ml.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ml" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
|
||||
Reference in New Issue
Block a user