[json + remdev] IJPL-176240 Update all runtime plugin dependencies: now most of the plugins depend on the json.backend module as they expect corresponding functionality and API to be available (primarilly Json Schema-related features)

GitOrigin-RevId: 141b7732330eefa01fdada3413e434fe7d2d512b
This commit is contained in:
Nikita Katkov
2025-04-03 13:08:20 +00:00
committed by intellij-monorepo-bot
parent 8efb6f09a2
commit 1393d86af9
14 changed files with 16 additions and 16 deletions
@@ -23,7 +23,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<dependencies>
<plugin id="com.intellij.modules.lang"/>
<plugin id="com.intellij.modules.python-core-capable"/>
<plugin id="com.intellij.modules.json"/>
<module name="intellij.json.backend"/>
<plugin id="org.toml.lang"/>
<module name="intellij.libraries.ktor.client"/>
<module name="intellij.libraries.ktor.client.cio"/>