-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add com.intellij.modules.json dependency.
- Loading branch information
1 parent
62b1aea
commit e188920
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,13 @@ | |
<name>Zalando OpenAPI Editor</name> | ||
<vendor email="[email protected]" url="https://tech.zalando.com/">Zalando SE</vendor> | ||
|
||
<!-- Module dependencies --> | ||
<depends>com.intellij.modules.platform</depends> | ||
<depends>com.intellij.modules.lang</depends> | ||
<depends>com.intellij.modules.json</depends> <!-- Bundled plugin starting from 2024.3 --> | ||
|
||
<!-- Bundled plugin dependencies --> | ||
<depends>com.intellij.java</depends> | ||
<depends>org.jetbrains.plugins.yaml</depends> | ||
|
||
<description><![CDATA[ | ||
|