IntelliJ project configuration: add dependency on java.plugin to java.testFramework

Any module which depends on intellij.java.testFramework needs to have the Java plugin in classpath to avoid errors. Unnecessary additional dependencies on intellij.java.plugin are removed from tests modules.

GitOrigin-RevId: c47e37f0bc5ac053c3335208364583c1f1260f13
This commit is contained in:
nik
2019-06-03 20:18:44 +03:00
committed by intellij-monorepo-bot
parent ec99323597
commit af4b4bc54c
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,6 @@
<orderEntry type="module" module-name="intellij.java.testFramework" />
<orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.java.ui" />
<orderEntry type="module" module-name="intellij.java.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.idea.community.resources" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.ide" />