Skip to content

Commit 4fa4df4

Browse files
authored
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.
1 parent 8e79375 commit 4fa4df4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@
180180
</exclusion>
181181
</exclusions>
182182
</dependency>
183-
<dependency>
184-
<groupId>com.google.auth</groupId>
185-
<artifactId>google-auth-library-oauth2-http</artifactId>
186-
<version>0.20.0</version>
187-
</dependency>
188183
<dependency>
189184
<groupId>com.google.oauth-client</groupId>
190185
<artifactId>google-oauth-client</artifactId>

0 commit comments

Comments
 (0)