Skip to content

Commit d3e3f62

Browse files
committed
update pom.xml
1 parent fb6608c commit d3e3f62

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,14 @@
169169
<artifactId>sts</artifactId>
170170
</dependency>
171171
<dependency>
172-
<groupId>com.google.api-client</groupId>
173-
<artifactId>google-api-client</artifactId>
174-
<version>2.6.0</version>
172+
<groupId>com.google.http-client</groupId>
173+
<artifactId>google-http-client</artifactId>
174+
<version>1.45.0</version>
175+
</dependency>
176+
<dependency>
177+
<groupId>com.google.http-client</groupId>
178+
<artifactId>google-http-client-gson</artifactId>
179+
<version>1.45.0</version>
175180
</dependency>
176181
<dependency>
177182
<groupId>com.google.auth</groupId>

0 commit comments

Comments
 (0)