Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit ff5f011

Browse files
authored
deps: move http-client up to prevent conflict
1 parent f16ac35 commit ff5f011

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
</dependencies>
8686
</dependencyManagement>
8787
<dependencies>
88+
<dependency>
89+
<groupId>com.google.http-client</groupId>
90+
<artifactId>google-http-client</artifactId>
91+
</dependency>
8892
<dependency>
8993
<groupId>io.grpc</groupId>
9094
<artifactId>grpc-api</artifactId>
@@ -125,10 +129,6 @@
125129
<groupId>com.google.code.findbugs</groupId>
126130
<artifactId>jsr305</artifactId>
127131
</dependency>
128-
<dependency>
129-
<groupId>com.google.http-client</groupId>
130-
<artifactId>google-http-client</artifactId>
131-
</dependency>
132132
<dependency>
133133
<groupId>com.google.auth</groupId>
134134
<artifactId>google-auth-library-oauth2-http</artifactId>

0 commit comments

Comments
 (0)