Skip to content

Commit c59e10b

Browse files
authored
fid(tool/cmd/migrate): rm hardcoded google-cloud-jar-parent as not used (#4653)
Originally intend to use for repo level pom generation, not needed anymore.
1 parent ec03ba5 commit c59e10b

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

tool/cmd/migrate/java.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,6 @@ func buildConfig(gen *GenerationConfig, repoPath string, src *config.Source, ver
196196
Version: v,
197197
SkipGenerate: true,
198198
})
199-
// Hardcode jar-parent as it follows the same version.
200-
libs = append(libs, &config.Library{
201-
Name: "google-cloud-jar-parent",
202-
Version: v,
203-
SkipGenerate: true,
204-
})
205199
}
206200
for _, l := range gen.Libraries {
207201
name := l.LibraryName

tool/cmd/migrate/java_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,6 @@ func TestBuildConfig(t *testing.T) {
306306
Version: "1.79.0",
307307
SkipGenerate: true,
308308
},
309-
{
310-
Name: "google-cloud-jar-parent",
311-
Version: "1.79.0",
312-
SkipGenerate: true,
313-
},
314309
{
315310
Name: "accessapproval",
316311
Output: "java-accessapproval",

0 commit comments

Comments
 (0)