update bazel files

GitOrigin-RevId: cfae2a38fa2430540eb4baf91b6cd2c25d48eba6
This commit is contained in:
Vladimir Krivosheev
2025-05-05 07:59:27 +02:00
committed by intellij-monorepo-bot
parent e44a609c9d
commit 0199763f2b
4 changed files with 44 additions and 22 deletions

View File

@@ -4824,6 +4824,13 @@ java_library(
visibility = ["//visibility:public"]
)
jvm_import(
name = "libraries-hamcrest-more-matchers-github-seregamorph-hamcrest-more-matchers",
jar = "@hamcrest-more-matchers-0_1_http//file",
source_jar = "@hamcrest-more-matchers-0_1-sources_http//file",
visibility = ["//visibility:public"]
)
java_library(
name = "libraries-ktor-client-cio-ktor-client-cio-internal",
exports = [

View File

@@ -6753,6 +6753,20 @@ http_file(
downloaded_file_path = "kotlinx-html-jvm-0.9.1.jar"
)
http_file(
name = "hamcrest-more-matchers-0_1_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/com/github/seregamorph/hamcrest-more-matchers/0.1/hamcrest-more-matchers-0.1.jar",
sha256 = "0b39c30f73a84dc50181a10e0d66e9543d6ef1b561c207b7fba6944e64dc22b3",
downloaded_file_path = "hamcrest-more-matchers-0.1.jar"
)
http_file(
name = "hamcrest-more-matchers-0_1-sources_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/com/github/seregamorph/hamcrest-more-matchers/0.1/hamcrest-more-matchers-0.1-sources.jar",
sha256 = "288966e91a2383888ae5e68dde67991daf8cef90959870f75f090b9dd310c9ac",
downloaded_file_path = "hamcrest-more-matchers-0.1-sources.jar"
)
http_file(
name = "skiko-awt-0_9_2_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/skiko/skiko-awt/0.9.2/skiko-awt-0.9.2.jar",

View File

@@ -15,6 +15,7 @@ java_library(
runtime_deps = [
":junit5-launcher_resources",
"@lib//:junit5Launcher",
"//libraries/junit5",
]
)
### auto-generated section `build intellij.libraries.junit5.launcher` end

View File

@@ -18,37 +18,37 @@ jvm_library(
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"@lib//:kotlin-stdlib",
"//platform/testFramework/junit5",
"//platform/testFramework/junit5:junit5_test_lib",
"@lib//:junit5Jupiter",
"//platform/util",
"@lib//:junit5Pioneer",
"@lib//:junit5",
"@lib//:junit5Params",
"//platform/projectModel-api:projectModel",
"@lib//:testcontainers",
"//platform/execution",
"//platform/ide-core",
"//python/python-sdk:sdk",
"//python/python-sdk:sdk_test_lib",
"//platform/execution-impl",
"@lib//:apache-sshd-osgi",
"@lib//:testcontainers-junit-jupiter",
"@lib//:junit4",
"@lib//:jna",
"@lib//:junit5",
"@lib//:junit5Jupiter",
"@lib//:junit5Params",
"@lib//:junit5Pioneer",
"@lib//:apache-sshd-osgi",
"@lib//:hamcrest",
"@lib//:io-mockk-jvm",
"@lib//:jna",
"@lib//:kotlin-stdlib",
"@lib//:testcontainers-junit-jupiter",
"//wintools",
"//wintools:wintools_test_lib",
"//python/poetry:community-impl-poetry",
"//libraries/testcontainers",
"//platform/eel-provider",
"//platform/execution",
"//platform/execution-impl",
"//platform/ide-core",
"//platform/platform-impl:ide-impl",
"//platform/platform-impl:ide-impl_test_lib",
"//python/setup-test-environment:community-testFramework-testEnv",
"//platform/projectModel-api:projectModel",
"//platform/testFramework/junit5",
"//platform/testFramework/junit5:junit5_test_lib",
"//platform/util",
"//python/openapi:community",
"//python/openapi:community_test_lib",
"//platform/eel-provider",
"//python/poetry:community-impl-poetry",
"//python/setup-test-environment:community-testFramework-testEnv",
"//python/python-sdk:sdk",
"//python/python-sdk:sdk_test_lib",
"@lib//:python-community-junit5_tests-framework-uk-webcompere-system-stubs-jupiter",
"@lib//:io-mockk-jvm",
],
runtime_deps = [
":community-junit5Tests-framework_test_resources",