From 09660e1e50c96dcd7df4e80d8ad357f8256eda6c Mon Sep 17 00:00:00 2001 From: dpcollins-google <40498610+dpcollins-google@users.noreply.github.com> Date: Thu, 24 Jun 2021 17:26:18 -0400 Subject: [PATCH] fix: Add common httpclient and oauth dependencies (#391) * fix: Add common httpclient and oauth dependencies to java-shared-dependencies * fix: httpcore version * fix: address comments --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 425937ef..cee88997 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,7 @@ 1.95.3 0.26.0 1.39.2 + 1.31.5 1.32.1 2.8.7 1.5.1 @@ -76,6 +77,8 @@ 2.7.1 2.12.3 1.15 + 4.4.14 + 4.5.13 @@ -114,6 +117,19 @@ pom import + + + + org.apache.httpcomponents + httpcore + ${httpcomponents.httpcore.version} + + + org.apache.httpcomponents + httpclient + ${httpcomponents.httpclient.version} + + com.google.api api-common @@ -155,6 +171,13 @@ pom import + + com.google.oauth-client + google-oauth-client-bom + ${google.oauth-client.version} + pom + import + com.google.api-client google-api-client-bom