aboutsummaryrefslogtreecommitdiff
path: root/examples/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'examples/WORKSPACE')
-rw-r--r--examples/WORKSPACE20
1 files changed, 2 insertions, 18 deletions
diff --git a/examples/WORKSPACE b/examples/WORKSPACE
index be83258a..a065f962 100644
--- a/examples/WORKSPACE
+++ b/examples/WORKSPACE
@@ -3,7 +3,7 @@ workspace(name = "opencensus_examples")
git_repository(
name = "grpc_java",
remote = "https://github.com/grpc/grpc-java.git",
- tag = "v1.9.0",
+ tag = "v1.10.1",
)
load("//:opencensus_workspace.bzl", "opencensus_maven_jars")
@@ -13,19 +13,13 @@ opencensus_maven_jars()
grpc_java_repositories(
# Omit to avoid conflicts.
- # TODO(songya): Remove this one after gRPC v1.10.0.
- omit_com_google_instrumentation_api=True,
-
- # TODO(songya): Uncomment this one after gRPC v1.10.0.
- # omit_com_google_auth_google_auth_library_credentials=True,
-
+ omit_com_google_auth_google_auth_library_credentials=True,
omit_com_google_api_grpc_google_common_protos=True,
omit_com_google_code_findbugs_jsr305=True,
omit_com_google_code_gson=True,
omit_com_google_errorprone_error_prone_annotations=True,
omit_com_google_guava=True,
omit_com_google_protobuf=True,
- omit_com_google_protobuf_java=True,
omit_com_google_protobuf_nano_protobuf_javanano=True,
omit_com_google_truth_truth=True,
omit_com_squareup_okhttp=True,
@@ -36,7 +30,6 @@ grpc_java_repositories(
omit_io_netty_common=True,
omit_io_netty_handler_proxy=True,
omit_io_netty_codec_http2=True,
- omit_io_netty_tcnative_boringssl_static=True,
omit_io_netty_transport=True,
omit_io_netty_codec=True,
omit_io_netty_codec_socks=True,
@@ -58,12 +51,3 @@ http_archive(
strip_prefix = "protobuf-3.5.1",
urls = ["https://github.com/google/protobuf/archive/v3.5.1.zip"],
)
-
-# TODO(songya): Remove this one after gRPC v1.10.0.
-# See https://github.com/grpc/grpc-java/issues/3175.
-http_archive(
- name = "com_google_protobuf_java",
- sha256 = "1f8b9b202e9a4e467ff0b0f25facb1642727cdf5e69092038f15b37c75b99e45",
- strip_prefix = "protobuf-3.5.1",
- urls = ["https://github.com/google/protobuf/archive/v3.5.1.zip"],
-) \ No newline at end of file