@@ -16,7 +16,12 @@ module(
1616 compatibility_level = 0 ,
1717)
1818
19- bazel_dep (name = "score_toolchains_qnx" , version = "0.0.1" )
19+ bazel_dep (name = "score_toolchains_qnx" , version = "0.0.2" )
20+ git_override (
21+ module_name = "score_toolchains_qnx" ,
22+ commit = "faa88ee7b26c82b23127b4493f140c15df4c7b8d" ,
23+ remote = "https://github.com/eclipse-score/toolchains_qnx.git" ,
24+ )
2025
2126
2227toolchains_qnx = use_extension ("@score_toolchains_qnx//:extensions.bzl" , "toolchains_qnx" )
@@ -86,3 +91,36 @@ bazel_dep(name = "rules_cc", version = "0.1.1")
8691#
8792###############################################################################
8893bazel_dep (name = "score_itf" , version = "0.1.0" )
94+
95+ bazel_dep (name = "score_baselibs" , version = "0.1.3" )
96+
97+ bazel_dep (name = "score_communication" , version = "0.0.1" )
98+ git_override (
99+ module_name = "score_communication" ,
100+ commit = "2d0d067b064a6e27d115f382bc938a30d44f08e7" ,
101+ remote = "https://github.com/eclipse-score/communication.git" ,
102+ )
103+
104+ bazel_dep (name = "scrample" , version = "0.0.1" )
105+ git_override (
106+ module_name = "scrample" ,
107+ commit = "a56570127abc583ad6127f27bae31ae3643b2eb9" ,
108+ remote = "https://github.com/eclipse-score/scrample.git" ,
109+ )
110+
111+
112+
113+ bazel_dep (name = "rules_boost" , repo_name = "com_github_nelhage_rules_boost" )
114+ archive_override (
115+ module_name = "rules_boost" ,
116+ urls = ["https://github.com/nelhage/rules_boost/archive/refs/heads/master.tar.gz" ],
117+ strip_prefix = "rules_boost-master" ,
118+ )
119+
120+ # TRLC dependency for requirements traceability
121+ bazel_dep (name = "trlc" , version = "0.0.0" )
122+ git_override (
123+ module_name = "trlc" ,
124+ commit = "650b51a47264a4f232b3341f473527710fc32669" , # trlc-2.0.2 release
125+ remote = "https://github.com/bmw-software-engineering/trlc.git" ,
126+ )
0 commit comments