From e7f48d10aa255f177bb8997c0a70c24b69d029ee Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:40:44 -0400 Subject: [PATCH] Remove tools.jar dependency - Remove the download of tools.jar into testDependency dir in the system - The tools.jar locaton is updated to be taken from java.home lib in STF related: eclipse-openj9/openj9#19888 Signed-off-by: Anna Babu Palathingal --- scripts/getDependencies.pl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/getDependencies.pl b/scripts/getDependencies.pl index f501a622..b4b28b2c 100644 --- a/scripts/getDependencies.pl +++ b/scripts/getDependencies.pl @@ -248,12 +248,6 @@ dir => 'mauve', fname => 'mauve.jar', is_system_test => 1 - }, - tools => { - url => 'https://ci.adoptium.net/job/systemtest.getDependency/lastSuccessfulBuild/artifact/systemtest_prereqs/tools/tools.jar', - dir => 'tools', - fname => 'tools.jar', - is_system_test => 1 }); my %jars_to_use;