bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions

This commit is contained in:
Axel Uhl
2025-07-07 11:33:18 +02:00
parent fd7e6f8b8a
commit 6dcd7d4187
65 changed files with 260 additions and 260 deletions
@@ -8,8 +8,8 @@ Fragment-Host: com.sap.sailing.domain.vakarosadapter
Automatic-Module-Name: com.sap.sailing.domain.vakarosadapter.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.hamcrest;bundle-version="2.2.0",
junit-jupiter-api;bundle-version="5.12.2",
junit-jupiter-engine;bundle-version="5.12.2",
junit-platform-commons;bundle-version="1.12.2",
junit-platform-engine;bundle-version="1.12.2",
junit-jupiter-api;bundle-version="5.11.3",
junit-jupiter-engine;bundle-version="5.11.3",
junit-platform-commons;bundle-version="1.11.3",
junit-platform-engine;bundle-version="1.11.3",
org.opentest4j;bundle-version="1.3.0"