From 0199763f2b8b1feb2a3e6435a639b095d9fc7c76 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Mon, 5 May 2025 07:59:27 +0200 Subject: [PATCH] update bazel files GitOrigin-RevId: cfae2a38fa2430540eb4baf91b6cd2c25d48eba6 --- lib/BUILD.bazel | 7 ++++ lib/MODULE.bazel | 14 ++++++++ libraries/junit5-launcher/BUILD.bazel | 1 + python/junit5Tests-framework/BUILD.bazel | 44 ++++++++++++------------ 4 files changed, 44 insertions(+), 22 deletions(-) diff --git a/lib/BUILD.bazel b/lib/BUILD.bazel index cdcfdacfd048..490d6c6d7066 100644 --- a/lib/BUILD.bazel +++ b/lib/BUILD.bazel @@ -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 = [ diff --git a/lib/MODULE.bazel b/lib/MODULE.bazel index 1a1b50dd2710..c83ea9e7f71f 100644 --- a/lib/MODULE.bazel +++ b/lib/MODULE.bazel @@ -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", diff --git a/libraries/junit5-launcher/BUILD.bazel b/libraries/junit5-launcher/BUILD.bazel index 8da958e01817..82f2a6cbf985 100644 --- a/libraries/junit5-launcher/BUILD.bazel +++ b/libraries/junit5-launcher/BUILD.bazel @@ -15,6 +15,7 @@ java_library( runtime_deps = [ ":junit5-launcher_resources", "@lib//:junit5Launcher", + "//libraries/junit5", ] ) ### auto-generated section `build intellij.libraries.junit5.launcher` end \ No newline at end of file diff --git a/python/junit5Tests-framework/BUILD.bazel b/python/junit5Tests-framework/BUILD.bazel index 3e5c02e9bd11..8b962055ace5 100644 --- a/python/junit5Tests-framework/BUILD.bazel +++ b/python/junit5Tests-framework/BUILD.bazel @@ -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",