Skip to content

Commit

Permalink
update templates to decide via monorepo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Aug 23, 2024
1 parent 18591bd commit 06e2f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library_generation/owlbot/templates/poms/cloud_pom.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>
{%- if repo in ['java-storage', 'java-spanner', 'java-dataproc'] %}
{%- if not monorepo %}
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
Expand All @@ -84,7 +84,7 @@
</dependency>

<!-- Test dependencies -->
{%- if repo not in ['java-storage', 'java-spanner','java-dataproc'] %}
{%- if monorepo %}
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
Expand Down

0 comments on commit 06e2f56

Please sign in to comment.