[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-03-13 18:45:29 +01:00
committed by intellij-monorepo-bot
parent 8efb6f09a2
commit 1393d86af9
14 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<idea-plugin package="com.intellij.grid.json.impl">
<dependencies>
<plugin id="com.intellij.modules.json"/>
<module name="intellij.json.backend"/>
<module name="intellij.grid.impl"/>
</dependencies>