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 58
58
<groupId >com.google.api</groupId >
59
59
<artifactId >gax-grpc</artifactId >
60
60
</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 >
61
77
<dependency >
62
78
<groupId >org.threeten</groupId >
63
79
<artifactId >threetenbp</artifactId >
77
93
<scope >test</scope >
78
94
</dependency >{% endfor %}
79
95
<!-- 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 >
80
102
<dependency >
81
103
<groupId >com.google.api</groupId >
82
104
<artifactId >gax-grpc</artifactId >
83
105
<classifier >testlib</classifier >
84
106
<scope >test</scope >
85
107
</dependency >
108
+ <dependency >
109
+ <groupId >com.google.api</groupId >
110
+ <artifactId >gax-httpjson</artifactId >
111
+ <classifier >testlib</classifier >
112
+ <scope >test</scope >
113
+ </dependency >
86
114
</dependencies >
87
115
88
116
<profiles >
Original file line number Diff line number Diff line change 58
58
<groupId >com.google.api</groupId >
59
59
<artifactId >gax-grpc</artifactId >
60
60
</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 >
61
77
<dependency >
62
78
<groupId >org.threeten</groupId >
63
79
<artifactId >threetenbp</artifactId >
77
93
<scope >test</scope >
78
94
</dependency >
79
95
<!-- 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 >
80
102
<dependency >
81
103
<groupId >com.google.api</groupId >
82
104
<artifactId >gax-grpc</artifactId >
83
105
<classifier >testlib</classifier >
84
106
<scope >test</scope >
85
107
</dependency >
108
+ <dependency >
109
+ <groupId >com.google.api</groupId >
110
+ <artifactId >gax-httpjson</artifactId >
111
+ <classifier >testlib</classifier >
112
+ <scope >test</scope >
113
+ </dependency >
86
114
</dependencies >
87
115
88
116
<profiles >
Original file line number Diff line number Diff line change @@ -55,4 +55,6 @@ function retry_with_backoff {
55
55
# # Helper functionss
56
56
function now() { date +" %Y-%m-%d %H:%M:%S" | tr -d ' \n' ; }
57
57
function 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