File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
library_generation/owlbot/templates/poms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
<groupId >com.google.protobuf</groupId >
40
40
<artifactId >protobuf-java</artifactId >
41
41
</dependency >
42
- {% - if repo in ['java-storage' , 'java-spanner' ] %}
42
+ {% - if repo in ['java-storage' , 'java-spanner' , 'java-dataproc' ] %}
43
43
<dependency >
44
44
<groupId >com.google.api.grpc</groupId >
45
45
<artifactId >proto-google-common-protos</artifactId >
74
74
<groupId >com.google.api.grpc</groupId >
75
75
<artifactId >proto-google-iam-v1</artifactId >
76
76
</dependency >
77
- {% - if repo not in ['java-storage' , 'java-spanner' ] %}
77
+ {% - if repo in ['java-storage' , 'java-spanner' , 'java-dataproc ' ] %}
78
78
<dependency >
79
79
<groupId >com.google.api.grpc</groupId >
80
80
<artifactId >grpc-google-iam-v1</artifactId >
86
86
</dependency >
87
87
88
88
<!-- Test dependencies -->
89
- {% - if repo not in ['java-storage' , 'java-spanner' ] %}
89
+ {% - if repo not in ['java-storage' , 'java-spanner' , 'java-dataproc' ] %}
90
90
<dependency >
91
91
<groupId >com.google.api.grpc</groupId >
92
92
<artifactId >proto-google-common-protos</artifactId >
You can’t perform that action at this time.
0 commit comments