Skip to content

Commit 3cd5213

Browse files
authored
fix: ensure plugin.xml explicitly declares a dependency on the JSON module which is required at runtime (#232)
1 parent 113736e commit 3cd5213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
482482
on how to target different products -->
483483
<depends>com.intellij.modules.lang</depends>
484+
<depends>com.intellij.modules.json</depends>
484485
<depends>com.intellij.java</depends>
485486
<depends>org.jetbrains.idea.maven</depends>
486487
<depends>com.redhat.devtools.intellij.telemetry</depends>

0 commit comments

Comments
 (0)