mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-224042 IJ-MR-184958 IJ-MR-184993 IJ-MR-179029 IJ-MR-184126 IJ-MR-181153 IJ-MR-146078 IJ-MR-175479 IJ-MR-186058 fix direct use of hamcrest
GitOrigin-RevId: d6df96d87f85db8966bbe260afe071992832593d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6e8596f7e9
commit
a0a2234f29
@@ -50,7 +50,7 @@ jvm_library(
|
||||
"//platform/testFramework/junit5",
|
||||
"//platform/testFramework/junit5:junit5_test_lib",
|
||||
"@lib//:junit5",
|
||||
"@lib//:hamcrest",
|
||||
"//libraries/hamcrest",
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//python/python-sdk:sdk",
|
||||
"//python/python-sdk:sdk_test_lib",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<orderEntry type="module" module-name="intellij.python.community" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hamcrest" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.coroutines.core" />
|
||||
<orderEntry type="module" module-name="intellij.python.sdk" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.junit5Tests.framework" scope="TEST" />
|
||||
|
||||
@@ -46,7 +46,7 @@ jvm_library(
|
||||
"//libraries/kotlinx/coroutines/core",
|
||||
"//platform/testFramework/junit5",
|
||||
"//platform/testFramework/junit5:junit5_test_lib",
|
||||
"@lib//:hamcrest",
|
||||
"//libraries/hamcrest",
|
||||
"//python/python-exec-service/execService.python",
|
||||
"//python/python-exec-service/execService.python:execService.python_test_lib",
|
||||
"//platform/diagnostic",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.coroutines.core" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hamcrest" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.execService.python" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
|
||||
@@ -62,7 +62,7 @@ jvm_library(
|
||||
"@lib//:junit5",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//python/testFramework",
|
||||
"@lib//:hamcrest",
|
||||
"//libraries/hamcrest",
|
||||
"//python/services/shared",
|
||||
"//python/services/shared:shared_test_lib",
|
||||
"//python/services/internal-impl:python-community-services-internal-impl",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.testFramework" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hamcrest" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.services.shared" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.services.internal.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
|
||||
Reference in New Issue
Block a user