You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
340 B
14 lines
340 B
7 months ago
|
java_library(
|
||
|
name = "auth",
|
||
|
srcs = glob([
|
||
|
"src/main/java/io/grpc/auth/*.java",
|
||
|
]),
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = [
|
||
|
"//core",
|
||
|
"@com_google_auth_google_auth_library_credentials//jar",
|
||
|
"@com_google_guava_guava//jar",
|
||
|
"@com_google_code_findbugs_jsr305//jar",
|
||
|
],
|
||
|
)
|