blob: fa54e310dc1819f1fd3cbd3e397096684f383a76 [file] [log] [blame]
"""External dependencies for grpc-java."""
def grpc_java_repositories(
omit_com_google_api_grpc_google_common_protos=False,
omit_com_google_code_findbugs_jsr305=False,
omit_com_google_code_gson=False,
omit_com_google_errorprone_error_prone_annotations=False,
omit_com_google_guava=False,
omit_com_google_instrumentation_api=False,
omit_com_google_protobuf=False,
omit_com_google_protobuf_java=False,
omit_com_google_protobuf_nano_protobuf_javanano=False,
omit_com_squareup_okhttp=False,
omit_com_squareup_okio=False,
omit_io_netty_buffer=False,
omit_io_netty_common=False,
omit_io_netty_transport=False,
omit_io_netty_codec=False,
omit_io_netty_codec_socks=False,
omit_io_netty_codec_http=False,
omit_io_netty_codec_http2=False,
omit_io_netty_handler=False,
omit_io_netty_handler_proxy=False,
omit_io_netty_resolver=False,
omit_io_netty_tcnative_boringssl_static=False,
omit_io_opencensus_api=False):
"""Imports dependencies for grpc-java."""
if not omit_com_google_api_grpc_google_common_protos:
com_google_api_grpc_google_common_protos()
if not omit_com_google_code_findbugs_jsr305:
com_google_code_findbugs_jsr305()
if not omit_com_google_code_gson:
com_google_code_gson()
if not omit_com_google_errorprone_error_prone_annotations:
com_google_errorprone_error_prone_annotations()
if not omit_com_google_guava:
com_google_guava()
if not omit_com_google_instrumentation_api:
com_google_instrumentation_api()
if not omit_com_google_protobuf:
com_google_protobuf()
if not omit_com_google_protobuf_java:
com_google_protobuf_java()
if not omit_com_google_protobuf_nano_protobuf_javanano:
com_google_protobuf_nano_protobuf_javanano()
if not omit_com_squareup_okhttp:
com_squareup_okhttp()
if not omit_com_squareup_okio:
com_squareup_okio()
if not omit_io_netty_buffer:
io_netty_buffer()
if not omit_io_netty_common:
io_netty_common()
if not omit_io_netty_transport:
io_netty_transport()
if not omit_io_netty_codec:
io_netty_codec()
if not omit_io_netty_codec_socks:
io_netty_codec_socks()
if not omit_io_netty_codec_http:
io_netty_codec_http()
if not omit_io_netty_codec_http2:
io_netty_codec_http2()
if not omit_io_netty_handler:
io_netty_handler()
if not omit_io_netty_handler_proxy:
io_netty_handler_proxy()
if not omit_io_netty_resolver:
io_netty_resolver()
if not omit_io_netty_tcnative_boringssl_static:
io_netty_tcnative_boringssl_static()
if not omit_io_opencensus_api:
io_opencensus_api()
native.bind(
name = "guava",
actual = "@com_google_guava_guava//jar",
)
native.bind(
name = "gson",
actual = "@com_google_code_gson//jar",
)
def com_google_api_grpc_google_common_protos():
native.maven_jar(
name = "com_google_api_grpc_proto_google_common_protos",
artifact = "com.google.api.grpc:proto-google-common-protos:0.1.9",
sha1 = "3760f6a6e13c8ab070aa629876cdd183614ee877",
)
def com_google_code_findbugs_jsr305():
native.maven_jar(
name = "com_google_code_findbugs_jsr305",
artifact = "com.google.code.findbugs:jsr305:3.0.0",
sha1 = "5871fb60dc68d67da54a663c3fd636a10a532948",
)
def com_google_code_gson():
native.maven_jar(
name = "com_google_code_gson",
artifact = "com.google.code.gson:gson:jar:2.7",
sha1 = "751f548c85fa49f330cecbb1875893f971b33c4e",
)
def com_google_errorprone_error_prone_annotations():
native.maven_jar(
name = "com_google_errorprone_error_prone_annotations",
artifact = "com.google.errorprone:error_prone_annotations:2.0.19",
sha1 = "c3754a0bdd545b00ddc26884f9e7624f8b6a14de",
)
def com_google_guava():
native.maven_jar(
name = "com_google_guava_guava",
artifact = "com.google.guava:guava:19.0",
sha1 = "6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9",
)
def com_google_instrumentation_api():
native.maven_jar(
name = "com_google_instrumentation_instrumentation_api",
artifact = "com.google.instrumentation:instrumentation-api:0.4.3",
sha1 = "41614af3429573dc02645d541638929d877945a2",
)
def com_google_protobuf():
# proto_library rules implicitly depend on @com_google_protobuf//:protoc,
# which is the proto-compiler.
# This statement defines the @com_google_protobuf repo.
native.http_archive(
name = "com_google_protobuf",
sha256 = "df77b0e60afcd3d90b2654cd305e61ae8ae2e2281b4d6540c7093da4c4245d75",
strip_prefix = "protobuf-3.3.1",
urls = ["https://github.com/google/protobuf/archive/v3.3.1.zip"],
)
def com_google_protobuf_java():
# java_proto_library rules implicitly depend on @com_google_protobuf_java//:java_toolchain,
# which is the Java proto runtime (base classes and common utilities).
native.http_archive(
name = "com_google_protobuf_java",
sha256 = "df77b0e60afcd3d90b2654cd305e61ae8ae2e2281b4d6540c7093da4c4245d75",
strip_prefix = "protobuf-3.3.1",
urls = ["https://github.com/google/protobuf/archive/v3.3.1.zip"],
)
def com_google_protobuf_nano_protobuf_javanano():
native.maven_jar(
name = "com_google_protobuf_nano_protobuf_javanano",
artifact = "com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-5",
sha1 = "357e60f95cebb87c72151e49ba1f570d899734f8",
)
def com_squareup_okhttp():
native.maven_jar(
name = "com_squareup_okhttp_okhttp",
artifact = "com.squareup.okhttp:okhttp:2.5.0",
sha1 = "4de2b4ed3445c37ec1720a7d214712e845a24636",
)
def com_squareup_okio():
native.maven_jar(
name = "com_squareup_okio_okio",
artifact = "com.squareup.okio:okio:1.6.0",
sha1 = "98476622f10715998eacf9240d6b479f12c66143",
)
def io_netty_codec_http2():
native.maven_jar(
name = "io_netty_netty_codec_http2",
artifact = "io.netty:netty-codec-http2:4.1.14.Final",
sha1 = "00d2af27befab8e1abfbf37d1ac2a5185dce1dbe",
)
def io_netty_buffer():
native.maven_jar(
name = "io_netty_netty_buffer",
artifact = "io.netty:netty-buffer:4.1.14.Final",
sha1 = "71f0a707209b1356d924d6f8b2f415f8b8e1cf82",
)
def io_netty_common():
native.maven_jar(
name = "io_netty_netty_common",
artifact = "io.netty:netty-common:4.1.14.Final",
sha1 = "230ff063651295d2695c0b4e9411e22bbbb9c09d",
)
def io_netty_transport():
native.maven_jar(
name = "io_netty_netty_netty_transport",
artifact = "io.netty:netty-transport:4.1.14.Final",
sha1 = "3ed6474f1289635fc0696ec37380e20f258950a2",
)
def io_netty_codec():
native.maven_jar(
name = "io_netty_netty_codec",
artifact = "io.netty:netty-codec:4.1.14.Final",
sha1 = "b8573ae401f17e6927f158e4c446311bf0646173",
)
def io_netty_codec_socks():
native.maven_jar(
name = "io_netty_netty_codec_socks",
artifact = "io.netty:netty-codec-socks:4.1.14.Final",
sha1 = "b8d856c686ac960b9e9b9f8f9b4083978c161327",
)
def io_netty_codec_http():
native.maven_jar(
name = "io_netty_netty_codec_http",
artifact = "io.netty:netty-codec-http:4.1.14.Final",
sha1 = "f287b593a37e516f98c9dae7337303e7254e8ea1",
)
def io_netty_handler():
native.maven_jar(
name = "io_netty_netty_handler",
artifact = "io.netty:netty-handler:4.1.14.Final",
sha1 = "626a48b846736c944eb35dd9b0fe0435b76ebf93",
)
def io_netty_handler_proxy():
native.maven_jar(
name = "io_netty_netty_handler_proxy",
artifact = "io.netty:netty-handler-proxy:4.1.14.Final",
sha1 = "9dbedd6cc6ab9299c927d0c73791d3d8fd76ac20",
)
def io_netty_resolver():
native.maven_jar(
name = "io_netty_netty_resolver",
artifact = "io.netty:netty-resolver:4.1.14.Final",
sha1 = "f91e0197522e7d33fce84b3dfd86ade15edb0006",
)
def io_netty_tcnative_boringssl_static():
native.maven_jar(
name = "io_netty_netty_tcnative_boringssl_static",
artifact = "io.netty:netty-tcnative-boringssl-static:2.0.5.Final",
sha1 = "321c1239ceb3faec04531ffcdeb1bc8e85408b12",
)
def io_opencensus_api():
native.maven_jar(
name = "com_google_code_gson_gson",
artifact = "io.opencensus:opencensus-api:0.5.1",
sha1 = "cbd0a716a7d85ac34b83d86b13f0a6655e45c2ba",
)