Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ use_repo(toolchains_qnx, "toolchains_qnx_ifs")

bazel_dep(name = "googletest", version = "1.17.0.bcr.1")
bazel_dep(name = "rapidjson", version = "1.1.0")
bazel_dep(name = "score_communication", version = "0.1.2")
bazel_dep(name = "score_communication", version = "0.1.2", dev_dependency = True)
git_override(
module_name = "score_communication",
commit = "5a70133dd8bd632f5c07f200a5ee4bc9f507c23b",
commit = "73caa2d2b6f45f806bbd30bdf8675ab1ad551387",
remote = "https://github.com/eclipse-score/communication.git",
)

bazel_dep(name = "score_baselibs", version = "0.2.0")
bazel_dep(name = "score_baselibs", version = "0.2.0", dev_dependency = True)
git_override(
module_name = "score_baselibs",
commit = "3c65b223e9f516f95935bb4cd2e83d6088ca016f",
commit = "b60d09c7993c71e6b858304210ffb7d08133437a",
remote = "https://github.com/eclipse-score/baselibs.git",
)
Copy link
Contributor

@pawelrutkaq pawelrutkaq Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this really dev dep ? So i suppose logging will not build then in other repo ?


Expand Down
Loading