mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
remove runtime dep on intellij.python.community.impl.huggingFace - fix cycle dep for Bazel
GitOrigin-RevId: f56d700a6f1ff14c6304f4ebb566067b909ce740
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1114d15687
commit
4118783723
@@ -167,6 +167,7 @@
|
||||
<orderEntry type="module" module-name="intellij.groovy.uast.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remoteServers.targetsIntegrationTests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.python.commonTests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.python.sdk" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.restructuredtext" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.markdown.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.laf.macos" scope="RUNTIME" />
|
||||
|
||||
@@ -19,6 +19,5 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="jcef" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="PROVIDED" />
|
||||
<orderEntry type="module" module-name="intellij.restructuredtext.python" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -14,7 +14,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger" />
|
||||
@@ -26,7 +25,6 @@
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="http-client" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.whatsNew" />
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community.ide.impl.promotion" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
<orderEntry type="module" module-name="intellij.platform.experiment" />
|
||||
</component>
|
||||
|
||||
@@ -147,7 +147,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ml" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
<orderEntry type="module" module-name="intellij.commandInterface" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.impl.huggingFace" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.syntax" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ui.jcef" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.ktor.client" />
|
||||
|
||||
Reference in New Issue
Block a user