**Summary** This issue is to propose and discuss fusing jenkins jobs [test.getDependency](https://ci.adoptium.net/job/test.getDependency/) and [systemtest.getDependency](https://ci.adoptium.net/job/systemtest.getDependency/) **Subtasks** - [ ] Add systemtest dependencies into the test.getDependency array and remove systemtest-specific logic from getDependencies.pl in TKG repo. - [ ] Run the new test.getDependency job to populate the artifacts list. - [ ] Remove all references to systemtest.getDependency - [ ] Rename test.getDependency to test.getDependencies (as we are "getting" more than one dependency jar) - [ ] Remove all references to the [systemtest_prereqs](https://github.com/search?q=org%3Aadoptium+%09systemtest_prereqs&type=code) folder (both for storage and retrieval) - [ ] Consider if we should delete the systemtest.getDependency job (as doing so may break backwards compatibility). **Notes** Originally discussed here: https://github.com/adoptium/aqa-tests/pull/6753#issuecomment-3586864650