Skip to content

Commit 2b6a208

Browse files
authored
---
yaml --- r: 11565 b: refs/heads/autosynth-dataproc c: 979e4c2 h: refs/heads/master i: 11563: c960a52
1 parent 0fe2f92 commit 2b6a208

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
@@ -114,7 +114,7 @@ refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117-
refs/heads/autosynth-dataproc: 58eb4d02b6a6ff512af9abefd2fc6fd513028428
117+
refs/heads/autosynth-dataproc: 979e4c2a233c09087691eb99133102e176f864b5
118118
refs/heads/autosynth-monitoring: 2cb98362409ff765ae26032b64bc84191cdc6dda
119119
refs/heads/autosynth-pubsub: 957d781d8d170777a53a948cd958e368a96eacd5
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8

branches/autosynth-dataproc/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-dataproc/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-dataproc/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-dataproc/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-dataproc/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-dataproc/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-dataproc/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-dataproc/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-dataproc/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)