File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library_generation/owlbot/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,13 @@ def update_cloud_pom(
109
109
110
110
# as of July 2024, we have two dependencies that should be declared as
111
111
# 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
113
113
TEST_SCOPED_DEPENDENCIES = ["grpc-google-common-protos" , "grpc-google-iam-v1" ]
114
114
print (
115
115
'converting old dependencies "grpc-google-common-protos" and "grpc-google-iam-v1" to test-scoped'
116
116
)
117
117
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" ]:
119
119
print (
120
120
f"skipping test-scoped-dependency fix for special case repo: { repo_metadata ['repo_short' ]} "
121
121
)
You can’t perform that action at this time.
0 commit comments