Skip to content

Commit 7e00fb1

Browse files
committed
preserve appengine version management
1 parent 4ff3cf7 commit 7e00fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monorepo-migration/modernize_pom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ def modernize_pom(file_path, parent_version, source_repo_name=None, parent_artif
381381
# Even if already managed, we should remove the local version
382382
extracted_dep = (current_group_id, current_artifact_id, resolved_version)
383383

384-
# if current_artifact_id and current_artifact_id.startswith('google-api-services-'):
385-
# should_preserve = True
384+
if current_artifact_id and current_artifact_id == 'appengine-api-1.0-sdk':
385+
should_preserve = True
386386

387387
current_dependency_lines.append(line)
388388
if '{x-version-update:' in line:

0 commit comments

Comments
 (0)