|
17 | 17 | bazel_dep(name = "score_baselibs") |
18 | 18 | git_override( |
19 | 19 | module_name = "score_baselibs", |
| 20 | + remote = "https://github.com/eclipse-score/baselibs.git", |
20 | 21 | commit = "158fe6a7b791c58f6eac5f7e4662b8db0cf9ac6e", |
21 | | - patch_strip = 1, |
22 | 22 | patches = [ |
23 | 23 | "//patches/baselibs:003-acl-fixes-for-aarch64.patch", |
24 | 24 | ], |
25 | | - remote = "https://github.com/eclipse-score/baselibs.git", |
| 25 | + patch_strip = 1, |
26 | 26 | ) |
27 | 27 |
|
28 | 28 | bazel_dep(name = "score_baselibs_rust") |
29 | 29 | git_override( |
30 | 30 | module_name = "score_baselibs_rust", |
31 | | - commit = "0eba2934fa8b0e1a343ec6bf6f7ff00cec27d81c", |
32 | 31 | remote = "https://github.com/eclipse-score/baselibs_rust.git", |
| 32 | + commit = "0eba2934fa8b0e1a343ec6bf6f7ff00cec27d81c", |
33 | 33 | ) |
34 | 34 |
|
35 | 35 | bazel_dep(name = "score_communication") |
36 | 36 | git_override( |
37 | 37 | module_name = "score_communication", |
| 38 | + remote = "https://github.com/eclipse-score/communication.git", |
38 | 39 | commit = "56448a5589a5f7d3921b873e8127b824a8c1ca95", |
39 | | - patch_strip = 1, |
40 | 40 | patches = [ |
41 | 41 | "//patches/communication:001-expose-comm-examples.patch", |
42 | 42 | ], |
43 | | - remote = "https://github.com/eclipse-score/communication.git", |
| 43 | + patch_strip = 1, |
44 | 44 | ) |
45 | 45 |
|
46 | 46 | bazel_dep(name = "score_persistency") |
47 | 47 | git_override( |
48 | 48 | module_name = "score_persistency", |
49 | | - commit = "438bf9b5c447fd41ad43b321679dd3d1b3a6c737", |
50 | 49 | remote = "https://github.com/eclipse-score/persistency.git", |
| 50 | + commit = "438bf9b5c447fd41ad43b321679dd3d1b3a6c737", |
51 | 51 | ) |
52 | 52 |
|
53 | 53 | bazel_dep(name = "score_orchestrator") |
54 | 54 | git_override( |
55 | 55 | module_name = "score_orchestrator", |
56 | | - commit = "600fdd8186305ffbf495e4fc788195c077de79ac", |
57 | 56 | remote = "https://github.com/eclipse-score/orchestrator.git", |
| 57 | + commit = "600fdd8186305ffbf495e4fc788195c077de79ac", |
58 | 58 | ) |
59 | 59 |
|
60 | 60 | bazel_dep(name = "score_kyron") |
61 | 61 | git_override( |
62 | 62 | module_name = "score_kyron", |
63 | | - commit = "5acfb1a593ec65cf4f64424f581c6ddd04813ee7", |
64 | 63 | remote = "https://github.com/eclipse-score/kyron.git", |
| 64 | + commit = "5acfb1a593ec65cf4f64424f581c6ddd04813ee7", |
65 | 65 | ) |
66 | 66 |
|
67 | 67 | bazel_dep(name = "score_lifecycle_health") |
68 | 68 | git_override( |
69 | 69 | module_name = "score_lifecycle_health", |
70 | | - commit = "14ee704eeac03e03ca10bece5de8b694d3c5e2dd", |
71 | 70 | remote = "https://github.com/eclipse-score/lifecycle.git", |
| 71 | + commit = "14ee704eeac03e03ca10bece5de8b694d3c5e2dd", |
72 | 72 | ) |
73 | 73 |
|
74 | 74 | bazel_dep(name = "score_logging") |
75 | 75 | git_override( |
76 | 76 | module_name = "score_logging", |
77 | | - commit = "80feaae8ffaa2448c3872011b724e1668ad2930e", |
78 | 77 | remote = "https://github.com/eclipse-score/logging.git", |
| 78 | + commit = "80feaae8ffaa2448c3872011b724e1668ad2930e", |
79 | 79 | ) |
0 commit comments