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,9 +8,9 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Fragment-Host: com.googlecode.java-diff-utils
Bundle-ClassPath: test/,
.
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.googlecode.java-diff-utils.test