make smRunner non-exported to avoid leaking tcServicesMessages library to api modules

GitOrigin-RevId: f322bed68735d60a9f59aae94ca6b4cb829afc78
This commit is contained in:
Alexey Kudravtsev
2021-07-20 13:56:34 +02:00
committed by intellij-monorepo-bot
parent 4ec8be7462
commit 17669befde
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.python.community.impl" exported="" />
<orderEntry type="module" module-name="intellij.python.community.impl" />
</component>
</module>