Skip to content

Commit ef17a18

Browse files
authored
---
yaml --- r: 16309 b: refs/heads/autosynth-iot c: 979e4c2 h: refs/heads/master i: 16307: a758db0
1 parent fe52f83 commit ef17a18

43 files changed

Lines changed: 111 additions & 179 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134134
refs/heads/autosynth-errorreporting: 9891e73a56af7c097829ca7a521b0e862ba6af30
135135
refs/heads/autosynth-firestore: ddb29f8ee445a938fc40be8227dea87b3f508ab3
136-
refs/heads/autosynth-iot: 58eb4d02b6a6ff512af9abefd2fc6fd513028428
136+
refs/heads/autosynth-iot: 979e4c2a233c09087691eb99133102e176f864b5
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
138138
refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d
139139
refs/heads/autosynth-os-login: daa910328b954bbe87068f684a3088ed910f1ddf

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@
4242
<groupId>io.grpc</groupId>
4343
<artifactId>grpc-auth</artifactId>
4444
</dependency>
45-
<dependency>
46-
<groupId>${project.groupId}</groupId>
47-
<artifactId>google-cloud-core</artifactId>
48-
<type>test-jar</type>
49-
<scope>test</scope>
50-
</dependency>
45+
46+
<!-- Test dependencies -->
5147
<dependency>
5248
<groupId>junit</groupId>
5349
<artifactId>junit</artifactId>
@@ -58,6 +54,7 @@
5854
<artifactId>grpc-google-cloud-asset-v1beta1</artifactId>
5955
<scope>test</scope>
6056
</dependency>
57+
<!-- Need testing utility classes for generated gRPC clients tests -->
6158
<dependency>
6259
<groupId>com.google.api</groupId>
6360
<artifactId>gax-grpc</artifactId>

branches/autosynth-iot/google-cloud-clients/google-cloud-automl/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@
4242
<groupId>io.grpc</groupId>
4343
<artifactId>grpc-auth</artifactId>
4444
</dependency>
45-
<dependency>
46-
<groupId>${project.groupId}</groupId>
47-
<artifactId>google-cloud-core</artifactId>
48-
<type>test-jar</type>
49-
<scope>test</scope>
50-
</dependency>
45+
46+
<!-- Test dependencies -->
5147
<dependency>
5248
<groupId>junit</groupId>
5349
<artifactId>junit</artifactId>
@@ -58,6 +54,7 @@
5854
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
5955
<scope>test</scope>
6056
</dependency>
57+
<!-- Need testing utility classes for generated gRPC clients tests -->
6158
<dependency>
6259
<groupId>com.google.api</groupId>
6360
<artifactId>gax-grpc</artifactId>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<artifactId>google-api-services-bigquery</artifactId>
4242
<scope>compile</scope>
4343
</dependency>
44+
45+
<!-- Test dependencies -->
4446
<dependency>
4547
<groupId>${project.groupId}</groupId>
4648
<artifactId>google-cloud-core</artifactId>

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@
4747
<groupId>io.grpc</groupId>
4848
<artifactId>grpc-auth</artifactId>
4949
</dependency>
50-
<dependency>
51-
<groupId>${project.groupId}</groupId>
52-
<artifactId>google-cloud-core</artifactId>
53-
<type>test-jar</type>
54-
<scope>test</scope>
55-
</dependency>
50+
51+
<!-- Test dependencies -->
5652
<dependency>
5753
<groupId>junit</groupId>
5854
<artifactId>junit</artifactId>
@@ -78,6 +74,7 @@
7874
<artifactId>grpc-google-iam-v1</artifactId>
7975
<scope>test</scope>
8076
</dependency>
77+
<!-- Need testing utility classes for generated gRPC clients tests -->
8178
<dependency>
8279
<groupId>com.google.api</groupId>
8380
<artifactId>gax-grpc</artifactId>

branches/autosynth-iot/google-cloud-clients/google-cloud-bigquerystorage/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@
3434
<groupId>com.google.api.grpc</groupId>
3535
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
3636
</dependency>
37+
38+
<!-- Test dependencies -->
3739
<dependency>
3840
<groupId>com.google.api</groupId>
3941
<artifactId>gax-grpc</artifactId>
4042
<scope>test</scope>
4143
</dependency>
44+
<!-- Need testing utility classes for generated gRPC clients tests -->
4245
<dependency>
4346
<groupId>com.google.api</groupId>
4447
<artifactId>gax-grpc</artifactId>
@@ -50,7 +53,6 @@
5053
<artifactId>gax</artifactId>
5154
<scope>test</scope>
5255
</dependency>
53-
5456
<dependency>
5557
<groupId>junit</groupId>
5658
<artifactId>junit</artifactId>

branches/autosynth-iot/google-cloud-clients/google-cloud-bigtable-admin/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@
5454
<scope>provided</scope>
5555
</dependency>
5656

57-
<!-- Test -->
58-
<dependency>
59-
<groupId>${project.groupId}</groupId>
60-
<artifactId>google-cloud-core</artifactId>
61-
<type>test-jar</type>
62-
<scope>test</scope>
63-
</dependency>
57+
<!-- Test dependencies -->
6458
<dependency>
6559
<groupId>com.google.api</groupId>
6660
<artifactId>gax</artifactId>
@@ -82,6 +76,7 @@
8276
<artifactId>truth</artifactId>
8377
<scope>test</scope>
8478
</dependency>
79+
<!-- Need testing utility classes for generated gRPC clients tests -->
8580
<dependency>
8681
<groupId>com.google.api</groupId>
8782
<artifactId>gax-grpc</artifactId>

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@
5353
<scope>provided</scope>
5454
</dependency>
5555

56-
<!-- Test -->
57-
<dependency>
58-
<groupId>${project.groupId}</groupId>
59-
<artifactId>google-cloud-core</artifactId>
60-
<type>test-jar</type>
61-
<scope>test</scope>
62-
</dependency>
56+
<!-- Test dependencies -->
6357
<dependency>
6458
<groupId>com.google.api.grpc</groupId>
6559
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
@@ -85,6 +79,7 @@
8579
<artifactId>truth</artifactId>
8680
<scope>test</scope>
8781
</dependency>
82+
<!-- Need testing utility classes for generated gRPC clients tests -->
8883
<dependency>
8984
<groupId>com.google.api</groupId>
9085
<artifactId>gax-grpc</artifactId>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<artifactId>google-api-services-compute</artifactId>
3232
<scope>compile</scope>
3333
</dependency>
34+
35+
<!-- Test dependencies -->
3436
<dependency>
3537
<groupId>${project.groupId}</groupId>
3638
<artifactId>google-cloud-core</artifactId>

branches/autosynth-iot/google-cloud-clients/google-cloud-container/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@
4747
<groupId>io.grpc</groupId>
4848
<artifactId>grpc-auth</artifactId>
4949
</dependency>
50-
<dependency>
51-
<groupId>${project.groupId}</groupId>
52-
<artifactId>google-cloud-core</artifactId>
53-
<type>test-jar</type>
54-
<scope>test</scope>
55-
</dependency>
50+
51+
<!-- Test dependencies -->
5652
<dependency>
5753
<groupId>junit</groupId>
5854
<artifactId>junit</artifactId>
@@ -78,6 +74,7 @@
7874
<artifactId>grpc-google-iam-v1</artifactId>
7975
<scope>test</scope>
8076
</dependency>
77+
<!-- Need testing utility classes for generated gRPC clients tests -->
8178
<dependency>
8279
<groupId>com.google.api</groupId>
8380
<artifactId>gax-grpc</artifactId>

0 commit comments

Comments
 (0)