Skip to content

Commit

Permalink
[Step 1] Upgrade Google Auth Version
Browse files Browse the repository at this point in the history
third party only changes

gson

add back jackson

Partial commit for third_party/*, see bazelbuild#15215.

Closes bazelbuild#15215

Signed-off-by: Yun Peng <pcloudy@google.com>
  • Loading branch information
jchen-sc authored and coeuvre committed May 2, 2022
1 parent 4fd7983 commit 355ad7c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,13 @@ distrib_java_import(
jars = [
"api_client/google-api-client-1.22.0.jar",
"api_client/google-api-client-jackson2-1.22.0.jar",
"api_client/google-api-client-gson-1.22.0.jar",
"api_client/google-http-client-1.22.0-SNAPSHOT.jar",
"api_client/google-http-client-jackson2-1.22.0.jar",
"api_client/google-http-client-gson-1.22.0.jar",
],
runtime_deps = [
":gson",
":jackson2",
],
)
Expand Down Expand Up @@ -217,8 +220,8 @@ distrib_java_import(
name = "auth",
enable_distributions = ["debian"],
jars = [
"auth/google-auth-library-oauth2-http-0.17.1.jar",
"auth/google-auth-library-credentials-0.17.1.jar",
"auth/google-auth-library-oauth2-http-1.6.0.jar",
"auth/google-auth-library-credentials-1.6.0.jar",
],
runtime_deps = [
":api_client",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 355ad7c

Please sign in to comment.