diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index 8a89f364cbc..7c6adc30d3b 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -75,3 +75,10 @@ git_override( commit = "0e9187f79a9935ca192779234b82f9d00dc4e335", remote = "https://github.com/eclipse-score/logging.git", ) + +bazel_dep(name = "score_time") +git_override( + module_name = "score_time", + commit = "f389d02830a4cc070657a0f3da5040bd1bd382f9", + remote = "https://github.com/qorix-group/score_time.git", +) diff --git a/known_good.json b/known_good.json index 46303c75ca5..2a3b7ed4749 100644 --- a/known_good.json +++ b/known_good.json @@ -115,6 +115,15 @@ "//score/mw/log/legacy_non_verbose_api:unit_test" ] } + }, + "score_time": { + "repo": "https://github.com/qorix-group/score_time.git", + "hash": "f389d02830a4cc070657a0f3da5040bd1bd382f9", + "metadata": { + "langs": [ + "cpp" + ] + } } }, "tooling": {