IntelliJ project configuration: remove unneeded runtime dependencies

This way we get rid of dependency from intellij.platform.testFramework to relaxng, which has some libraries not converted to repository libraries, and this prevents us from publishing intellij.platform.testFramework as Maven artifact.
This commit is contained in:
nik
2018-10-19 15:19:15 +03:00
parent 46eee24571
commit acc2f8187f
-4
View File
@@ -15,10 +15,6 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="library" name="Jaxen" level="project" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.relaxng" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.spellchecker" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.xml.psi" />
</component>
</module>