File tree Expand file tree Collapse file tree 3 files changed +59
-1
lines changed
tests/new-client/golden/google-cloud-foo
synthtool/gcp/templates/java_library/.kokoro Expand file tree Collapse file tree 3 files changed +59
-1
lines changed Original file line number Diff line number Diff line change 5858 <groupId >com.google.api</groupId >
5959 <artifactId >gax-grpc</artifactId >
6060 </dependency >
61+ <dependency >
62+ <groupId >com.google.api</groupId >
63+ <artifactId >gax-httpjson</artifactId >
64+ </dependency >
65+ <dependency >
66+ <groupId >com.google.api.grpc</groupId >
67+ <artifactId >grpc-google-common-protos</artifactId >
68+ </dependency >
69+ <dependency >
70+ <groupId >com.google.api.grpc</groupId >
71+ <artifactId >proto-google-iam-v1</artifactId >
72+ </dependency >
73+ <dependency >
74+ <groupId >com.google.api.grpc</groupId >
75+ <artifactId >grpc-google-iam-v1</artifactId >
76+ </dependency >
6177 <dependency >
6278 <groupId >org.threeten</groupId >
6379 <artifactId >threetenbp</artifactId >
7793 <scope >test</scope >
7894 </dependency >{% endfor %}
7995 <!-- Need testing utility classes for generated gRPC clients tests -->
96+ <dependency >
97+ <groupId >com.google.api</groupId >
98+ <artifactId >gax</artifactId >
99+ <classifier >testlib</classifier >
100+ <scope >test</scope >
101+ </dependency >
80102 <dependency >
81103 <groupId >com.google.api</groupId >
82104 <artifactId >gax-grpc</artifactId >
83105 <classifier >testlib</classifier >
84106 <scope >test</scope >
85107 </dependency >
108+ <dependency >
109+ <groupId >com.google.api</groupId >
110+ <artifactId >gax-httpjson</artifactId >
111+ <classifier >testlib</classifier >
112+ <scope >test</scope >
113+ </dependency >
86114 </dependencies >
87115
88116 <profiles >
Original file line number Diff line number Diff line change 5858 <groupId >com.google.api</groupId >
5959 <artifactId >gax-grpc</artifactId >
6060 </dependency >
61+ <dependency >
62+ <groupId >com.google.api</groupId >
63+ <artifactId >gax-httpjson</artifactId >
64+ </dependency >
65+ <dependency >
66+ <groupId >com.google.api.grpc</groupId >
67+ <artifactId >grpc-google-common-protos</artifactId >
68+ </dependency >
69+ <dependency >
70+ <groupId >com.google.api.grpc</groupId >
71+ <artifactId >proto-google-iam-v1</artifactId >
72+ </dependency >
73+ <dependency >
74+ <groupId >com.google.api.grpc</groupId >
75+ <artifactId >grpc-google-iam-v1</artifactId >
76+ </dependency >
6177 <dependency >
6278 <groupId >org.threeten</groupId >
6379 <artifactId >threetenbp</artifactId >
7793 <scope >test</scope >
7894 </dependency >
7995 <!-- Need testing utility classes for generated gRPC clients tests -->
96+ <dependency >
97+ <groupId >com.google.api</groupId >
98+ <artifactId >gax</artifactId >
99+ <classifier >testlib</classifier >
100+ <scope >test</scope >
101+ </dependency >
80102 <dependency >
81103 <groupId >com.google.api</groupId >
82104 <artifactId >gax-grpc</artifactId >
83105 <classifier >testlib</classifier >
84106 <scope >test</scope >
85107 </dependency >
108+ <dependency >
109+ <groupId >com.google.api</groupId >
110+ <artifactId >gax-httpjson</artifactId >
111+ <classifier >testlib</classifier >
112+ <scope >test</scope >
113+ </dependency >
86114 </dependencies >
87115
88116 <profiles >
Original file line number Diff line number Diff line change @@ -55,4 +55,6 @@ function retry_with_backoff {
5555# # Helper functionss
5656function now() { date +" %Y-%m-%d %H:%M:%S" | tr -d ' \n' ; }
5757function msg() { println " $* " >&2 ; }
58- function println() { printf ' %s\n' " $( now) $* " ; }
58+ function println() { printf ' %s\n' " $( now) $* " ; }
59+
60+ # # Helper comment to trigger updated repo dependency release
You can’t perform that action at this time.
0 commit comments