File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 22 "timestamp" : " 2025-08-13T12:55:10Z" ,
33 "modules" : {
44 "score_baselibs" : {
5- "version" : " 0.1.3 " ,
6- "hash" : " 9457533471c8f0d4a1bb9435e91ff12c62d19c7c " ,
5+ "version" : " 0.2.2 " ,
6+ "hash" : " 3c65b223e9f516f95935bb4cd2e83d6088ca016f " ,
77 "repo" : " https://github.com/eclipse-score/baselibs.git" ,
88 "branch" : " s_core_release_v0_5_0"
99 },
1313 "hash" : " 24d6e8916b89dbb405eae0b082348645d190dc18" ,
1414 "branch" : " s_core_release_v0_5_0"
1515 },
16+ "score_logging" : {
17+ "version" : " 0.0.3" ,
18+ "hash" : " 763c53798b77386efd6953f5139710354374305d" ,
19+ "repo" : " https://github.com/eclipse-score/logging.git" ,
20+ "branch" : " s_core_release_v0_5_0"
21+ },
1622 "score_persistency" : {
1723 "version" : " 0.2.1" ,
1824 "hash" : " 7548876ed3e40ec3f3053c57634de68129287e05" ,
Original file line number Diff line number Diff line change 1414bazel_dep(name = "score_baselibs")
1515single_version_override(
1616 module_name = "score_baselibs",
17- version = "0.1.3 "
17+ version = "0.2.2 "
1818)
1919
2020bazel_dep(name = "score_communication")
@@ -23,6 +23,12 @@ single_version_override(
2323 version = "0.1.1",
2424)
2525
26+ bazel_dep(name = "score_logging", dev_dependency = True)
27+ single_version_override(
28+ module_name = "score_logging",
29+ version = "0.0.3",
30+ )
31+
2632bazel_dep(name = "score_persistency")
2733git_override(
2834 module_name = "score_persistency",
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ declare -A UT_TARGET_GROUPS=(
1313 -@score_baselibs//score/language/safecpp/aborts_upon_exception:abortsuponexception_toolchain_test \
1414 -@score_baselibs//score/containers:dynamic_array_test" # nok, error in @score_baselibs//score/json/examples:json_buffer
1515 [communication]=" @score_communication//score/..." # nok, error from trlc in score_communication//score/mw/com/requirements/feature_requirements
16+ [logging]=" @score_logging//score/..."
1617 [persistency]=" @score_persistency//:unit_tests" # ok
1718 [orchestrator]=" @score_orchestrator//src/..." # ok
1819 [kyron]=" @score_kyron//:unit_tests" # ok
You can’t perform that action at this time.
0 commit comments