core: fix Bazel build

Resolves #3503
This commit is contained in:
ZHANG Dapeng 2017-09-29 09:59:55 -07:00 committed by GitHub
parent 7c97aa95a1
commit 0d52e68a86
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ java_library(
"@com_google_errorprone_error_prone_annotations//jar",
"@com_google_guava_guava//jar",
"@com_google_instrumentation_instrumentation_api//jar",
"@io_opencensus_opencensus_api//jar",
],
)

View File

@ -244,6 +244,6 @@ def io_netty_tcnative_boringssl_static():
def io_opencensus_api():
native.maven_jar(
name = "io_opencensus_opencensus_api",
artifact = "io.opencensus:opencensus-api:0.5.1",
sha1 = "cbd0a716a7d85ac34b83d86b13f0a6655e45c2ba",
artifact = "io.opencensus:opencensus-api:0.7.0",
sha1 = "bf69d604c0dfcf63356053828a90c3e332acd2b8",
)