From bbf25676a1976a4f5a43ac0d969ce0ecd2f978ba Mon Sep 17 00:00:00 2001 From: Ilia Kirianovskii Date: Tue, 14 Oct 2025 16:24:00 +0200 Subject: [PATCH] [bazel] Don't use provided dependencies as runtime in community/build/tests-options.bzl (IJPL-116621) GitOrigin-RevId: 27644b3e32ce3fd31d159c5374a8b070f4f70e60 --- build/tests-options.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/tests-options.bzl b/build/tests-options.bzl index 6234454c91d1..80cc464f8588 100644 --- a/build/tests-options.bzl +++ b/build/tests-options.bzl @@ -68,9 +68,7 @@ TEST_FRAMEWORK_DEPS = [ "@community//platform/util:util-tests_test_lib", "@lib//:junit5Vintage", - "@lib//:junit5Vintage-provided", "@lib//:junit4", - "@lib//:junit4-provided", ] # needed to avoid runtime duplications in jps_test of community/platform/util/BUILD.bazel