From 4fa4df40d63d7fbce023d6231830dcc296c29dd1 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Fri, 26 Jun 2020 12:10:00 -0400 Subject: [PATCH] deps: remove direct declaration of google-auth-library-oauth2-http (#184) Rather than having a direct managed dependency for google-auth-library-oauth2-http use the version provided by google-cloud-shared-dependencies. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5f7436a6c..e5785b6a3 100644 --- a/pom.xml +++ b/pom.xml @@ -180,11 +180,6 @@ - - com.google.auth - google-auth-library-oauth2-http - 0.20.0 - com.google.oauth-client google-oauth-client