We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18591bd commit 06e2f56Copy full SHA for 06e2f56
library_generation/owlbot/templates/poms/cloud_pom.xml.j2
@@ -68,7 +68,7 @@
68
<groupId>com.google.api.grpc</groupId>
69
<artifactId>proto-google-iam-v1</artifactId>
70
</dependency>
71
-{%- if repo in ['java-storage', 'java-spanner', 'java-dataproc'] %}
+{%- if not monorepo %}
72
<dependency>
73
74
<artifactId>grpc-google-common-protos</artifactId>
@@ -84,7 +84,7 @@
84
85
86
<!-- Test dependencies -->
87
-{%- if repo not in ['java-storage', 'java-spanner','java-dataproc'] %}
+{%- if monorepo %}
88
89
90
0 commit comments