mirror of https://github.com/grpc/grpc-java.git
alts: re-order dependencies in ALTS bazel build (#4133)
This commit is contained in:
parent
9f677a991a
commit
af2ae2a1e0
|
|
@ -7,6 +7,8 @@ java_library(
|
||||||
]),
|
]),
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
|
":handshaker_java_grpc",
|
||||||
|
":handshaker_java_proto",
|
||||||
"//core",
|
"//core",
|
||||||
"//core:internal",
|
"//core:internal",
|
||||||
"//stub",
|
"//stub",
|
||||||
|
|
@ -16,8 +18,6 @@ java_library(
|
||||||
"@com_google_protobuf//:protobuf_java_util",
|
"@com_google_protobuf//:protobuf_java_util",
|
||||||
"@io_netty_netty_buffer//jar",
|
"@io_netty_netty_buffer//jar",
|
||||||
"@io_netty_netty_common//jar",
|
"@io_netty_netty_common//jar",
|
||||||
":handshaker_java_proto",
|
|
||||||
":handshaker_java_grpc",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -28,6 +28,9 @@ java_library(
|
||||||
]),
|
]),
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
|
":alts_tsi",
|
||||||
|
":handshaker_java_grpc",
|
||||||
|
":handshaker_java_proto",
|
||||||
"//core",
|
"//core",
|
||||||
"//core:internal",
|
"//core:internal",
|
||||||
"//netty",
|
"//netty",
|
||||||
|
|
@ -41,9 +44,6 @@ java_library(
|
||||||
"@io_netty_netty_common//jar",
|
"@io_netty_netty_common//jar",
|
||||||
"@io_netty_netty_transport//jar",
|
"@io_netty_netty_transport//jar",
|
||||||
"@org_apache_commons_commons_lang3//jar",
|
"@org_apache_commons_commons_lang3//jar",
|
||||||
":alts_tsi",
|
|
||||||
":handshaker_java_proto",
|
|
||||||
":handshaker_java_grpc",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue