[bazel] Update build files

GitOrigin-RevId: 3be0c56d654b1f00a60c75ed4c2fb1f075e3fc5f
This commit is contained in:
Ilia Kirianovskii
2025-04-16 06:55:34 +00:00
committed by intellij-monorepo-bot
parent 5a3129659a
commit 1d358506ed
4 changed files with 19 additions and 23 deletions
@@ -25,6 +25,7 @@ jvm_library(
"//platform/execution-impl",
"@lib//:kotlinx-serialization-core",
"@lib//:kotlinx-serialization-json",
"//python/services/system-python:python-community-services-systemPython",
],
runtime_deps = [":featuresTrainer_resources"]
)
@@ -53,6 +54,15 @@ jvm_library(
"//platform/testFramework",
"//platform/testFramework:testFramework_test_lib",
"//python:pycharm-community",
"//python/services/system-python:python-community-services-systemPython",
"//python/services/system-python:python-community-services-systemPython_test_lib",
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
"//platform/testFramework/junit5",
"//platform/testFramework/junit5:junit5_test_lib",
"//python/python-venv:community-impl-venv",
"//python/python-venv:community-impl-venv_test_lib",
"//python/services/internal-impl:python-community-services-internal-impl",
"//python/services/internal-impl:python-community-services-internal-impl_test_lib",
],
runtime_deps = [":featuresTrainer_resources"]
)