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
@@ -5,10 +5,10 @@ Bundle-SymbolicName: com.sap.sailing.sailwave.html.resultimport.test
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: SAP
Fragment-Host: com.sap.sailing.sailwave.html.resultimport
Require-Bundle: 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",
Require-Bundle: 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"
Automatic-Module-Name: com.sap.sailing.sailwave.html.resultimport.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8