Skip to content

Commit d488489

Browse files
authored
---
yaml --- r: 17697 b: refs/heads/autosynth-trace c: 940999d h: refs/heads/master i: 17695: ae80d7a
1 parent 30dc421 commit d488489

9 files changed

Lines changed: 1 addition & 73 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
144144
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145145
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
146146
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
147-
refs/heads/autosynth-trace: e2fc8a0c8619e7dcddaaab46a825ea579d616c0c
147+
refs/heads/autosynth-trace: 940999d7a50b1d006b5869c1bcd1eea7aaec4c71
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9

branches/autosynth-trace/google-cloud-clients/google-cloud-bigquery/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
<groupId>com.google.apis</groupId>
4141
<artifactId>google-api-services-bigquery</artifactId>
4242
<scope>compile</scope>
43-
<exclusions>
44-
<exclusion>
45-
<groupId>com.google.guava</groupId>
46-
<artifactId>guava-jdk5</artifactId>
47-
</exclusion>
48-
</exclusions>
4943
</dependency>
5044
<dependency>
5145
<groupId>${project.groupId}</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-compute/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
<groupId>com.google.apis</groupId>
3131
<artifactId>google-api-services-compute</artifactId>
3232
<scope>compile</scope>
33-
<exclusions>
34-
<exclusion>
35-
<groupId>com.google.guava</groupId>
36-
<artifactId>guava-jdk5</artifactId>
37-
</exclusion>
38-
</exclusions>
3933
</dependency>
4034
<dependency>
4135
<groupId>${project.groupId}</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-core-http/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,34 +48,16 @@
4848
<groupId>com.google.api-client</groupId>
4949
<artifactId>google-api-client</artifactId>
5050
<scope>compile</scope>
51-
<exclusions>
52-
<exclusion>
53-
<artifactId>guava-jdk5</artifactId>
54-
<groupId>com.google.guava</groupId>
55-
</exclusion>
56-
</exclusions>
5751
</dependency>
5852
<dependency>
5953
<groupId>com.google.http-client</groupId>
6054
<artifactId>google-http-client-appengine</artifactId>
6155
<scope>compile</scope>
62-
<exclusions>
63-
<exclusion>
64-
<artifactId>guava-jdk5</artifactId>
65-
<groupId>com.google.guava</groupId>
66-
</exclusion>
67-
</exclusions>
6856
</dependency>
6957
<dependency>
7058
<groupId>com.google.http-client</groupId>
7159
<artifactId>google-http-client-jackson2</artifactId>
7260
<scope>compile</scope>
73-
<exclusions>
74-
<exclusion>
75-
<artifactId>guava-jdk5</artifactId>
76-
<groupId>com.google.guava</groupId>
77-
</exclusion>
78-
</exclusions>
7961
</dependency>
8062
<dependency>
8163
<groupId>com.google.api</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-datastore/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<dependency>
3434
<groupId>com.google.cloud.datastore</groupId>
3535
<artifactId>datastore-v1-proto-client</artifactId>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>com.google.guava</groupId>
39-
<artifactId>guava-jdk5</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>io.grpc</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-dns/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@
3232
<groupId>com.google.apis</groupId>
3333
<artifactId>google-api-services-dns</artifactId>
3434
<scope>compile</scope>
35-
<exclusions>
36-
<exclusion>
37-
<groupId>com.google.guava</groupId>
38-
<artifactId>guava-jdk5</artifactId>
39-
</exclusion>
40-
<exclusion>
41-
<groupId>com.google.api-client</groupId>
42-
<artifactId>google-api-client</artifactId>
43-
</exclusion>
44-
</exclusions>
4535
</dependency>
4636
<dependency>
4737
<groupId>commons-fileupload</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-resourcemanager/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
<groupId>com.google.apis</groupId>
3131
<artifactId>google-api-services-cloudresourcemanager</artifactId>
3232
<scope>compile</scope>
33-
<exclusions>
34-
<exclusion>
35-
<groupId>com.google.guava</groupId>
36-
<artifactId>guava-jdk5</artifactId>
37-
</exclusion>
38-
</exclusions>
3933
</dependency>
4034
<dependency>
4135
<groupId>${project.groupId}</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-storage/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
<groupId>com.google.apis</groupId>
3131
<artifactId>google-api-services-storage</artifactId>
3232
<scope>compile</scope>
33-
<exclusions>
34-
<exclusion>
35-
<groupId>com.google.guava</groupId>
36-
<artifactId>guava-jdk5</artifactId>
37-
</exclusion>
38-
<exclusion>
39-
<groupId>com.google.api-client</groupId>
40-
<artifactId>google-api-client</artifactId>
41-
</exclusion>
42-
</exclusions>
4333
</dependency>
4434
<dependency>
4535
<groupId>io.grpc</groupId>

branches/autosynth-trace/google-cloud-clients/google-cloud-translate/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
<groupId>com.google.apis</groupId>
3131
<artifactId>google-api-services-translate</artifactId>
3232
<scope>compile</scope>
33-
<exclusions>
34-
<exclusion>
35-
<groupId>com.google.guava</groupId>
36-
<artifactId>guava-jdk5</artifactId>
37-
</exclusion>
38-
<exclusion>
39-
<groupId>com.google.api-client</groupId>
40-
<artifactId>google-api-client</artifactId>
41-
</exclusion>
42-
</exclusions>
4333
</dependency>
4434
<dependency>
4535
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)