Skip to content

Commit 4564c69

Browse files
authored
Consume @engflowapis-java from BCR (#378)
Because we can do this now :)
1 parent 80dbf1a commit 4564c69

File tree

4 files changed

+487
-170
lines changed

4 files changed

+487
-170
lines changed

MODULE.bazel

+1-9
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ http_file(
2929
],
3030
)
3131

32-
http_archive(
33-
name = "com_engflow_engflowapis",
34-
sha256 = "8721f7a0ec52c5bc120119aac090eedd671ca3b708652f88b82b44bea2b6c278",
35-
strip_prefix = "engflowapis-44fcd39598f223e8e5f6c7cbf2f73c870b2a6341",
36-
urls = [
37-
"https://github.com/EngFlow/engflowapis/archive/44fcd39598f223e8e5f6c7cbf2f73c870b2a6341.zip",
38-
],
39-
)
40-
4132
# Abseil Python can be imported through pip_import, but it has native Bazel support too.
4233
# bzlmod: https://github.com/abseil/abseil-py/issues/263
4334
http_archive(
@@ -48,6 +39,7 @@ http_archive(
4839
)
4940

5041
bazel_dep(name = "bazel_skylib", version = "1.7.1")
42+
bazel_dep(name = "engflowapis-java", version = "2025.01.17-13.50.20")
5143
bazel_dep(name = "platforms", version = "0.0.10")
5244
bazel_dep(
5345
name = "protobuf",

0 commit comments

Comments
 (0)