@@ -83,24 +83,6 @@ git_override(
8383
8484use_repo (gcc , "gcc_toolchain" , "gcc_toolchain_gcc" )
8585
86- bazel_dep (name = "download_utils" , version = "1.0.1" )
87-
88- download_archive = use_repo_rule ("@download_utils//download/archive:defs.bzl" , "download_archive" )
89-
90- download_archive (
91- name = "json_schema_validator" ,
92- build = "//third_party/json_schema_validator:json_schema_validator.BUILD" ,
93- strip_prefix = "json-schema-validator-2.1.0" ,
94- urls = ["https://github.com/pboettch/json-schema-validator/archive/refs/tags/2.1.0.tar.gz" ],
95- )
96-
97- download_archive (
98- name = "jsonschema" ,
99- build = "//third_party/jsonschema:jsonschema.BUILD" ,
100- strip_prefix = "jsonschema-4.23.0" ,
101- urls = ["https://github.com/python-jsonschema/jsonschema/archive/refs/tags/v4.23.0.tar.gz" ],
102- )
103-
10486toolchains_qnx = use_extension ("@score_toolchains_qnx//:extensions.bzl" , "toolchains_qnx" , dev_dependency = True )
10587toolchains_qnx .sdp (
10688 sha256 = "f2e0cb21c6baddbcb65f6a70610ce498e7685de8ea2e0f1648f01b327f6bac63" ,
@@ -124,32 +106,14 @@ use_repo(toolchains_qnx, "toolchains_qnx_ifs")
124106# C++ dependencies
125107
126108bazel_dep (name = "googletest" , version = "1.17.0.bcr.1" )
127- bazel_dep (name = "google_benchmark" , version = "1.9.4" )
128109bazel_dep (name = "rapidjson" , version = "1.1.0" )
129- bazel_dep (name = "jemalloc" , version = "5.3.0-bcr.alpha.4" )
130- bazel_dep (name = "libatomic" , version = "1.0" )
131- local_path_override (
132- module_name = "libatomic" ,
133- path = "third_party/libatomic" ,
134- )
135-
136- bazel_dep (name = "rules_boost" , repo_name = "com_github_nelhage_rules_boost" )
137- archive_override (
138- module_name = "rules_boost" ,
139- strip_prefix = "rules_boost-master" ,
140- urls = ["https://github.com/nelhage/rules_boost/archive/refs/heads/master.tar.gz" ],
141- )
142-
143- bazel_dep (name = "boost.program_options" , version = "1.87.0" )
144110bazel_dep (name = "score_communication" , version = "0.1.2" )
145111git_override (
146112 module_name = "score_communication" ,
147113 commit = "5a70133dd8bd632f5c07f200a5ee4bc9f507c23b" ,
148114 remote = "https://github.com/eclipse-score/communication.git" ,
149115)
150116
151- bazel_dep (name = "nlohmann_json" , version = "3.11.3" )
152- bazel_dep (name = "rules_doxygen" , version = "2.5.0" )
153117bazel_dep (name = "score_baselibs" , version = "0.2.0" )
154118git_override (
155119 module_name = "score_baselibs" ,
0 commit comments