Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 77ade06

Browse files
authored
Remove grpc_java, it's no longer needed by opencensus-proto. (#382)
1 parent 67ea065 commit 77ade06

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

WORKSPACE

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -188,20 +188,6 @@ go_rules_dependencies()
188188

189189
go_register_toolchains()
190190

191-
# Needed by @opencensus_proto.
192-
http_archive(
193-
name = "grpc_java",
194-
strip_prefix = "grpc-java-master",
195-
urls = ["https://github.com/grpc/grpc-java/archive/master.zip"],
196-
)
197-
198-
load("@grpc_java//:repositories.bzl", "grpc_java_repositories")
199-
200-
grpc_java_repositories(
201-
# Omit to avoid conflicts.
202-
omit_com_google_protobuf = True,
203-
)
204-
205191
# OpenCensus protos - used by OcAgent exporter.
206192
http_archive(
207193
name = "opencensus_proto",

0 commit comments

Comments
 (0)