forked from eclipse-score/reference_integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscore_modules_tooling.MODULE.bazel
More file actions
71 lines (62 loc) · 2.35 KB
/
Copy pathscore_modules_tooling.MODULE.bazel
File metadata and controls
71 lines (62 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# *******************************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
# Generated from known_good.json at 2026-07-03T00:00:00+00:00Z
# Do not edit manually - use scripts/known_good/update_module_from_known_good.py
bazel_dep(name = "score_crates")
git_override(
module_name = "score_crates",
commit = "a5f4f5765acc83f9c23b0b12860e130b9ebef3a7",
remote = "https://github.com/eclipse-score/score-crates.git",
)
bazel_dep(name = "score_itf")
git_override(
module_name = "score_itf",
commit = "bf5294d7618e361c224edbd754060cee810285eb",
remote = "https://github.com/eclipse-score/itf.git",
)
bazel_dep(name = "score_tooling")
git_override(
module_name = "score_tooling",
commit = "7099e272c3f6114bad17736debd54139601aedd4",
remote = "https://github.com/eclipse-score/tooling.git",
)
bazel_dep(name = "score_platform")
git_override(
module_name = "score_platform",
commit = "24ec6f276cd37755b5dae7f2345913628d56831f",
remote = "https://github.com/eclipse-score/score.git",
)
bazel_dep(name = "score_bazel_platforms")
git_override(
module_name = "score_bazel_platforms",
commit = "82b6df6ce93fb2960c52d992939fc6c3cf0e1f0f",
remote = "https://github.com/eclipse-score/bazel_platforms.git",
)
bazel_dep(name = "score_test_scenarios")
git_override(
module_name = "score_test_scenarios",
commit = "fec712d490ff5d46fae91332bafac4777b300026",
remote = "https://github.com/eclipse-score/testing_tools.git",
)
bazel_dep(name = "score_docs_as_code")
git_override(
module_name = "score_docs_as_code",
commit = "f1f20f0579ab5e63513561db0ab055cbec46c987",
remote = "https://github.com/eclipse-score/docs-as-code.git",
)
bazel_dep(name = "score_process")
git_override(
module_name = "score_process",
commit = "8df530cab5efcb40e9f835ba6e9b61ae2f0175c7",
remote = "https://github.com/eclipse-score/process_description.git",
)