[testFramework] Remove unused intellij.tools.testsBootstrap from dependencies in intellij.platform.testFramework module (IJPL-116621)

GitOrigin-RevId: 8fdad7ebfc4dbc7c301e7d8adef781c9caa3aa49
This commit is contained in:
Ilia Kirianovskii
2025-10-10 10:29:00 +02:00
committed by intellij-monorepo-bot
parent f19a8641e7
commit b569493870
2 changed files with 1 additions and 2 deletions

View File

@@ -90,7 +90,6 @@ jvm_library(
"//platform/util/jdom",
"//platform/workspace/jps",
"//platform/workspace/storage",
"//platform/testFramework/bootstrap:tools-testsBootstrap",
"//platform/runtime/product",
":libraries_junit4_provided",
":libraries_junit5-launcher_provided",

View File

@@ -77,7 +77,7 @@
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
<orderEntry type="module" module-name="intellij.regexp" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.tools.testsBootstrap" />
<orderEntry type="module" module-name="intellij.tools.testsBootstrap" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
<orderEntry type="module-library" scope="TEST">
<library name="okhttp3-mockwebserver" type="repository">