|
11 | 11 | # SPDX-License-Identifier: Apache-2.0 |
12 | 12 | # ******************************************************************************* |
13 | 13 |
|
| 14 | +# Generated from known_good.json at 2025-11-12T10:20:19Z |
| 15 | +# Do not edit manually - use tools/update_module_from_known_good.py |
| 16 | + |
14 | 17 | bazel_dep(name = "score_baselibs") |
15 | | -single_version_override( |
| 18 | +git_override( |
16 | 19 | module_name = "score_baselibs", |
17 | | - version = "0.1.3", |
| 20 | + remote = "https://github.com/eclipse-score/baselibs.git", |
| 21 | + commit = "edc4f8841c2210d11ef310049a78644ff3d039a3", |
18 | 22 | ) |
19 | 23 |
|
20 | 24 | bazel_dep(name = "score_communication") |
21 | | -single_version_override( |
| 25 | +git_override( |
22 | 26 | module_name = "score_communication", |
23 | | - version = "0.1.1", |
| 27 | + remote = "https://github.com/eclipse-score/communication.git", |
| 28 | + commit = "ff40e5f1e90ce406b71c664cc6c8e902ab465305", |
24 | 29 | ) |
25 | 30 |
|
26 | 31 | bazel_dep(name = "score_persistency") |
27 | | -single_version_override( |
| 32 | +git_override( |
28 | 33 | module_name = "score_persistency", |
29 | | - version = "0.2.1", |
| 34 | + remote = "https://github.com/eclipse-score/persistency.git", |
| 35 | + commit = "7548876ed3e40ec3f3053c57634de68129287e05", |
30 | 36 | ) |
31 | 37 |
|
32 | 38 | bazel_dep(name = "score_orchestrator") |
33 | | -single_version_override( |
| 39 | +git_override( |
34 | 40 | module_name = "score_orchestrator", |
35 | | - version = "0.0.3", |
| 41 | + remote = "https://github.com/eclipse-score/orchestrator.git", |
| 42 | + commit = "7bb94ebae08805ea0a83dcc14f7c17da5ab927e6", |
36 | 43 | ) |
37 | 44 |
|
38 | 45 | bazel_dep(name = "score_tooling") |
39 | | -single_version_override( |
| 46 | +git_override( |
40 | 47 | module_name = "score_tooling", |
41 | | - version = "1.0.2", |
| 48 | + remote = "https://github.com/eclipse-score/tooling.git", |
| 49 | + commit = "b3a120a36c7a0e1b82d151732961af3330922e20", |
42 | 50 | ) |
43 | 51 |
|
44 | 52 | bazel_dep(name = "score_platform") |
45 | | -# TODO: switch to 0.4.2 once released |
46 | | -# single_version_override( |
47 | | -# module_name = "score_platform", |
48 | | -# version = "0.4.2", |
49 | | -# ) |
50 | 53 | git_override( |
51 | 54 | module_name = "score_platform", |
52 | 55 | remote = "https://github.com/eclipse-score/score.git", |
53 | | - commit = "a9cf44be1342f3c62111de2249eb3132f5ab88da" # version 0.4.1 + fixes *from main branch* |
| 56 | + commit = "6e2a756c5c52a6587a3c8da74126523fe1ca9336", |
54 | 57 | ) |
55 | 58 |
|
56 | 59 | bazel_dep(name = "score_bazel_platforms") |
57 | | -single_version_override( |
| 60 | +git_override( |
58 | 61 | module_name = "score_bazel_platforms", |
59 | | - version = "0.0.2", |
| 62 | + remote = "https://github.com/eclipse-score/bazel_platforms.git", |
| 63 | + commit = "0115193f958e8e592168df1e29cf86174bdba761", |
60 | 64 | ) |
61 | 65 |
|
62 | 66 | bazel_dep(name = "score_test_scenarios") |
63 | | -single_version_override( |
| 67 | +git_override( |
64 | 68 | module_name = "score_test_scenarios", |
65 | | - version = "0.3.0", |
| 69 | + remote = "https://github.com/eclipse-score/testing_tools.git", |
| 70 | + commit = "a2f9cded3deb636f5dc800bf7a47131487119721", |
66 | 71 | ) |
67 | 72 |
|
68 | | -bazel_dep(name = "score_docs_as_code", version = "2.0.1") |
69 | | -single_version_override( |
| 73 | +bazel_dep(name = "score_docs_as_code") |
| 74 | +git_override( |
70 | 75 | module_name = "score_docs_as_code", |
71 | | - version = "2.0.1", |
| 76 | + remote = "https://github.com/eclipse-score/docs-as-code.git", |
| 77 | + commit = "bb52c96dd98799bdce68c166ad3b826f017f7cf6", |
72 | 78 | ) |
73 | 79 |
|
74 | | - |
75 | | -bazel_dep(name = "score_process", version = "1.3.1") |
76 | | -single_version_override( |
| 80 | +bazel_dep(name = "score_process") |
| 81 | +git_override( |
77 | 82 | module_name = "score_process", |
78 | | - version = "1.3.1", |
| 83 | + remote = "https://github.com/eclipse-score/process_description.git", |
| 84 | + commit = "ea78e6d616adf1f13236c31479a31db813086a77", |
79 | 85 | ) |
0 commit comments