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 1fabb63 commit fdd9d27Copy full SHA for fdd9d27
library_generation/owlbot/src/fix_poms.py
@@ -115,7 +115,11 @@ def update_cloud_pom(
115
'converting old dependencies "grpc-google-common-protos" and "grpc-google-iam-v1" to test-scoped'
116
)
117
for d in dependencies:
118
- if repo_metadata["repo_short"] in ["java-spanner", "java-storage", "java-dataproc"]:
+ if repo_metadata["repo_short"] in [
119
+ "java-spanner",
120
+ "java-storage",
121
+ "java-dataproc",
122
+ ]:
123
print(
124
f"skipping test-scoped-dependency fix for special case repo: {repo_metadata['repo_short']}"
125
0 commit comments