do not export dependency on intellij.terminal

GitOrigin-RevId: 646a3f94c78c45904987603dee0fff98b7f3f89f
This commit is contained in:
Vladimir Krivosheev
2024-11-29 10:54:18 +00:00
committed by intellij-monorepo-bot
parent 670d700240
commit 05599b6fcd
2 changed files with 2 additions and 1 deletions
@@ -9,7 +9,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.terminal" exported="" />
<orderEntry type="module" module-name="intellij.terminal" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
@@ -11,5 +11,6 @@
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.terminal" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.terminal" scope="TEST" />
</component>
</module>