Skip to content

Commit daf93fb

Browse files
committed
add java-dataproc to ignored modules
1 parent eb912d5 commit daf93fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library_generation/owlbot/src/fix_poms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ def update_cloud_pom(
109109

110110
# as of July 2024, we have two dependencies that should be declared as
111111
# test-scoped: grpc-google-common-protos and grpc-google-iam-v1. Only in
112-
# java-storage and java-spanner we keep them as they are
112+
# java-storage, java-spanner and java-dataproc we keep them as they are
113113
TEST_SCOPED_DEPENDENCIES = ["grpc-google-common-protos", "grpc-google-iam-v1"]
114114
print(
115115
'converting old dependencies "grpc-google-common-protos" and "grpc-google-iam-v1" to test-scoped'
116116
)
117117
for d in dependencies:
118-
if repo_metadata["repo_short"] in ["java-spanner", "java-storage"]:
118+
if repo_metadata["repo_short"] in ["java-spanner", "java-storage", "java-dataproc"]:
119119
print(
120120
f"skipping test-scoped-dependency fix for special case repo: {repo_metadata['repo_short']}"
121121
)

0 commit comments

Comments
 (0)