Skip to content

Commit 0c4be79

Browse files
committed
fix new library template
1 parent daf93fb commit 0c4be79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library_generation/owlbot/templates/poms/cloud_pom.xml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<groupId>com.google.protobuf</groupId>
4040
<artifactId>protobuf-java</artifactId>
4141
</dependency>
42-
{%- if repo in ['java-storage', 'java-spanner'] %}
42+
{%- if repo in ['java-storage', 'java-spanner', 'java-dataproc'] %}
4343
<dependency>
4444
<groupId>com.google.api.grpc</groupId>
4545
<artifactId>proto-google-common-protos</artifactId>
@@ -74,7 +74,7 @@
7474
<groupId>com.google.api.grpc</groupId>
7575
<artifactId>proto-google-iam-v1</artifactId>
7676
</dependency>
77-
{%- if repo not in ['java-storage', 'java-spanner'] %}
77+
{%- if repo in ['java-storage', 'java-spanner', 'java-dataproc'] %}
7878
<dependency>
7979
<groupId>com.google.api.grpc</groupId>
8080
<artifactId>grpc-google-iam-v1</artifactId>
@@ -86,7 +86,7 @@
8686
</dependency>
8787

8888
<!-- Test dependencies -->
89-
{%- if repo not in ['java-storage', 'java-spanner'] %}
89+
{%- if repo not in ['java-storage', 'java-spanner','java-dataproc'] %}
9090
<dependency>
9191
<groupId>com.google.api.grpc</groupId>
9292
<artifactId>proto-google-common-protos</artifactId>

0 commit comments

Comments
 (0)