Skip to content

Commit

Permalink
Remove dependency management for google-http-client
Browse files Browse the repository at this point in the history
The right version is used by JIB but this cause an issue for Google Cloud Services that needs a more recent version.
  • Loading branch information
loicmathieu committed Oct 1, 2021
1 parent d677f28 commit 8d0cdc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
<checker-qual.version>2.5.2</checker-qual.version>
<error-prone-annotations.version>2.2.0</error-prone-annotations.version>
<jib-core.version>0.20.0</jib-core.version>
<google-http-client.version>1.34.0</google-http-client.version>
<scram-client.version>2.1</scram-client.version>
<!-- Make sure to check compatibility between these 2 gRPC components before upgrade -->
<grpc.version>1.40.1</grpc.version> <!-- when updating, verify if com.google.auth should not be updated too -->
Expand Down Expand Up @@ -5267,11 +5266,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>${google-http-client.version}</version>
</dependency>

<!-- gRPC additional dependencies (the rest is managed by the BOM) -->
<dependency>
Expand Down

0 comments on commit 8d0cdc1

Please sign in to comment.