[bazel] Don't use provided dependencies as runtime in community/build/tests-options.bzl (IJPL-116621)

(cherry picked from commit 27644b3e32ce3fd31d159c5374a8b070f4f70e60)

GitOrigin-RevId: a506d694f318ac6b1c9345f2c5d574145aeff8a2
This commit is contained in:
Ilia Kirianovskii
2025-10-14 16:24:00 +02:00
committed by intellij-monorepo-bot
parent a3ce3d21c1
commit a688958e4b

View File

@@ -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