Skip to content

Commit e31d1f2

Browse files
authored
---
yaml --- r: 19949 b: refs/heads/autosynth-language c: 07e03b5 h: refs/heads/master i: 19947: 93c645a
1 parent ae9b7ce commit e31d1f2

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
134134
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
135135
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137-
refs/heads/autosynth-language: f5fae7efce06272dffd4f76b9cfa2ae13dee3c68
137+
refs/heads/autosynth-language: 07e03b54df93dcbf8109cffc9ea179c41ef75560
138138
refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
139139
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
140140
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260

branches/autosynth-language/google-cloud-clients/pom.xml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<grpc.version>1.18.0</grpc.version>
162162
<!-- We are currently using the *-android version to support JDK7. -->
163163
<guava.version>26.0-android</guava.version>
164-
<http-client.version>1.28.0</http-client.version>
164+
<http-client-bom.version>1.28.0</http-client-bom.version>
165165
<oauth-client.version>1.28.0</oauth-client.version>
166166
<protobuf.version>3.6.1</protobuf.version>
167167
<!-- make sure to keep opencensus version in sync with grpc -->
@@ -188,6 +188,13 @@
188188
<type>pom</type>
189189
<scope>import</scope>
190190
</dependency>
191+
<dependency>
192+
<groupId>com.google.http-client</groupId>
193+
<artifactId>google-http-client-bom</artifactId>
194+
<version>${http-client-bom.version}</version>
195+
<type>pom</type>
196+
<scope>import</scope>
197+
</dependency>
191198
<dependency>
192199
<groupId>com.google.apis</groupId>
193200
<artifactId>google-api-services-bigquery</artifactId>
@@ -313,21 +320,6 @@
313320
<artifactId>auto-value</artifactId>
314321
<version>1.4</version>
315322
</dependency>
316-
<dependency>
317-
<groupId>com.google.http-client</groupId>
318-
<artifactId>google-http-client</artifactId>
319-
<version>${http-client.version}</version>
320-
</dependency>
321-
<dependency>
322-
<groupId>com.google.http-client</groupId>
323-
<artifactId>google-http-client-appengine</artifactId>
324-
<version>${http-client.version}</version>
325-
</dependency>
326-
<dependency>
327-
<groupId>com.google.http-client</groupId>
328-
<artifactId>google-http-client-jackson2</artifactId>
329-
<version>${http-client.version}</version>
330-
</dependency>
331323
<dependency>
332324
<groupId>com.google.oauth-client</groupId>
333325
<artifactId>google-oauth-client</artifactId>

0 commit comments

Comments
 (0)