We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6608c commit d3e3f62Copy full SHA for d3e3f62
pom.xml
@@ -169,9 +169,14 @@
169
<artifactId>sts</artifactId>
170
</dependency>
171
<dependency>
172
- <groupId>com.google.api-client</groupId>
173
- <artifactId>google-api-client</artifactId>
174
- <version>2.6.0</version>
+ <groupId>com.google.http-client</groupId>
+ <artifactId>google-http-client</artifactId>
+ <version>1.45.0</version>
175
+ </dependency>
176
+ <dependency>
177
178
+ <artifactId>google-http-client-gson</artifactId>
179
180
181
182
<groupId>com.google.auth</groupId>
0 commit comments