Skip to content

Commit fa72753

Browse files
committed
fix guava dependency
1 parent 2f77b51 commit fa72753

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google-auth-library-java/oauth2_http/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ java_library(
33
srcs = glob(["java/**/*.java"]),
44
deps = [
55
"@com_google_guava_guava//jar",
6+
"@com_google_guava_failureaccess//jar",
67
"//google-auth-library-java/credentials:credentials",
78
"@com_google_http_client_google_http_client//jar",
89
"@com_google_http_client_google_http_client_gson//jar",
@@ -11,7 +12,9 @@ java_library(
1112
"@com_google_errorprone_error_prone_annotations//jar",
1213
"@com_google_code_findbugs_jsr305//jar",
1314
"@com_google_auto_value_auto_value_annotations//jar",
15+
"@com_google_auto_value_auto_value//jar",
1416
"@org_slf4j_slf4j_api//jar",
1517
],
18+
plugins = ["@com_google_api_gax_java//:auto_value_plugin"],
1619
visibility = ["//visibility:public"],
1720
)

0 commit comments

Comments
 (0)