Skip to content

Commit 0bd6ed9

Browse files
authored
---
yaml --- r: 15235 b: refs/heads/autosynth-bigtable c: 9f2b2bb h: refs/heads/master i: 15233: b41727c 15231: cb2661d
1 parent adad2c9 commit 0bd6ed9

17 files changed

Lines changed: 4 additions & 81 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126126
refs/heads/autosynth-automl: cced2f56bbef0499609073edbca6253e1df5e535
127127
refs/heads/autosynth-bigquerydatatransfer: a6667617707608b1dbfb02d59c22b5152f208da7
128128
refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129-
refs/heads/autosynth-bigtable: 82287b570708748c411d05c40f3932cff9606feb
129+
refs/heads/autosynth-bigtable: 9f2b2bbe3707bb420c8e1aa733747efd579810a9
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 781fdb430a60f9a6491f116e31e4e10118157bdb
132132
refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b

branches/autosynth-bigtable/google-cloud-clients/google-cloud-asset/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-asset</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>${project.groupId}</groupId>
23-
<artifactId>google-cloud-core</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core-grpc</artifactId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.auto.value</groupId>
3131
<artifactId>auto-value</artifactId>
32-
<scope>compile</scope>
32+
<scope>provided</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>${project.groupId}</groupId>

branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigquerydatatransfer/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
<artifactId>junit</artifactId>
5555
<scope>test</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.easymock</groupId>
59-
<artifactId>easymock</artifactId>
60-
<scope>test</scope>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.objenesis</groupId>
6459
<artifactId>objenesis</artifactId>
@@ -69,11 +64,6 @@
6964
<artifactId>truth</artifactId>
7065
<scope>test</scope>
7166
</dependency>
72-
<dependency>
73-
<groupId>com.google.api.grpc</groupId>
74-
<artifactId>grpc-google-iam-v1</artifactId>
75-
<scope>test</scope>
76-
</dependency>
7767
<!-- Need testing utility classes for generated gRPC clients tests -->
7868
<dependency>
7969
<groupId>com.google.api</groupId>

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<artifactId>google-http-client</artifactId>
3636
<scope>compile</scope>
3737
</dependency>
38-
<dependency>
39-
<groupId>com.google.oauth-client</groupId>
40-
<artifactId>google-oauth-client</artifactId>
41-
<scope>compile</scope>
42-
</dependency>
4338
<dependency>
4439
<groupId>com.google.guava</groupId>
4540
<artifactId>guava</artifactId>
@@ -54,11 +49,6 @@
5449
<artifactId>google-http-client-appengine</artifactId>
5550
<scope>compile</scope>
5651
</dependency>
57-
<dependency>
58-
<groupId>com.google.http-client</groupId>
59-
<artifactId>google-http-client-jackson2</artifactId>
60-
<scope>compile</scope>
61-
</dependency>
6252
<dependency>
6353
<groupId>com.google.api</groupId>
6454
<artifactId>gax-httpjson</artifactId>
@@ -85,11 +75,6 @@
8575
<artifactId>truth</artifactId>
8676
<scope>test</scope>
8777
</dependency>
88-
<dependency>
89-
<groupId>com.google.guava</groupId>
90-
<artifactId>guava-testlib</artifactId>
91-
<scope>test</scope>
92-
</dependency>
9378
<dependency>
9479
<groupId>io.opencensus</groupId>
9580
<artifactId>opencensus-api</artifactId>

branches/autosynth-bigtable/google-cloud-clients/google-cloud-dataproc/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
<artifactId>truth</artifactId>
7777
<scope>test</scope>
7878
</dependency>
79-
<dependency>
80-
<groupId>com.google.api.grpc</groupId>
81-
<artifactId>grpc-google-iam-v1</artifactId>
82-
<scope>test</scope>
83-
</dependency>
8479
<!-- Need testing utility classes for generated gRPC clients tests -->
8580
<dependency>
8681
<groupId>com.google.api</groupId>

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
<artifactId>google-api-services-dns</artifactId>
3434
<scope>compile</scope>
3535
</dependency>
36-
<dependency>
37-
<groupId>commons-fileupload</groupId>
38-
<artifactId>commons-fileupload</artifactId>
39-
</dependency>
4036

4137
<!-- Test dependencies -->
4238
<dependency>

branches/autosynth-bigtable/google-cloud-clients/google-cloud-firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.auto.value</groupId>
4646
<artifactId>auto-value</artifactId>
47-
<scope>compile</scope>
47+
<scope>provided</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api.grpc</groupId>

branches/autosynth-bigtable/google-cloud-clients/google-cloud-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.auto.value</groupId>
5151
<artifactId>auto-value</artifactId>
52-
<scope>compile</scope>
52+
<scope>provided</scope>
5353
</dependency>
5454

5555
<!-- Test dependencies -->

branches/autosynth-bigtable/google-cloud-clients/google-cloud-redis/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
<groupId>io.grpc</groupId>
5555
<artifactId>grpc-auth</artifactId>
5656
</dependency>
57-
<dependency>
58-
<groupId>com.google.auto.value</groupId>
59-
<artifactId>auto-value</artifactId>
60-
<scope>compile</scope>
61-
</dependency>
6257

6358
<!-- Test dependencies -->
6459
<dependency>

0 commit comments

Comments
 (0)