[newUiOnboarding] Specify module dependency explicitly

Previously `intellij.platform.ide.newUiOnboarding` module was present when running from sources only because it is transitively included through `intellij.vcs.git` module. Now this dependency is explicit.

GitOrigin-RevId: e79058e9de8cb2e72d304ad3fc253aca8bc2c30b
This commit is contained in:
Konstantin Hudyakov
2023-08-23 11:47:13 +03:00
committed by intellij-monorepo-bot
parent 7254bc4a17
commit f24b668731
2 changed files with 2 additions and 0 deletions

View File

@@ -204,5 +204,6 @@
<orderEntry type="module" module-name="intellij.lombok" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.xmlbeans" scope="TEST" />
<orderEntry type="module" module-name="intellij.jsonpath" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.newUiOnboarding" scope="RUNTIME" />
</component>
</module>

View File

@@ -42,5 +42,6 @@
<orderEntry type="module" module-name="intellij.dev" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.evaluationPlugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.evaluationPlugin.languages.python" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.ide.newUiOnboarding" scope="RUNTIME" />
</component>
</module>