diff --git a/qnx_qemu/MODULE.bazel b/qnx_qemu/MODULE.bazel index 6f8af0ea7d..40d1ad9c84 100644 --- a/qnx_qemu/MODULE.bazel +++ b/qnx_qemu/MODULE.bazel @@ -91,18 +91,9 @@ bazel_dep(name = "rules_cc", version = "0.1.1") bazel_dep(name = "score_itf", version = "0.1.0") bazel_dep(name = "score_baselibs", version = "0.1.3") -bazel_dep(name = "score_communication", version = "0.0.1") -git_override( - module_name = "score_communication", - commit = "2d0d067b064a6e27d115f382bc938a30d44f08e7", - remote = "https://github.com/eclipse-score/communication.git", -) -bazel_dep(name = "scrample", version = "0.0.1") -git_override( - module_name = "scrample", - commit = "a56570127abc583ad6127f27bae31ae3643b2eb9", - remote = "https://github.com/eclipse-score/scrample.git", -) +bazel_dep(name = "score_communication", version = "0.1.1") + +bazel_dep(name = "score_scrample", version = "0.1.0") bazel_dep(name = "rules_boost", repo_name = "com_github_nelhage_rules_boost") archive_override( diff --git a/qnx_qemu/build/BUILD b/qnx_qemu/build/BUILD index 1269e87d6a..edd5072ffb 100644 --- a/qnx_qemu/build/BUILD +++ b/qnx_qemu/build/BUILD @@ -49,11 +49,11 @@ qnx_ifs( "system.build", ":scripts", ":configs", - "@scrample//src:scrample", + "@score_scrample//src:scrample", "//scrample_integration:etc_configs", ], ext_repo_maping = { - "SCRAMPLE_PATH": "$(location @scrample//src:scrample)", + "SCRAMPLE_PATH": "$(location @score_scrample//src:scrample)", }, visibility = [ "//:__pkg__"