Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 98c50b0

Browse files
committed
Fix JUnit 5 version
To prevent finding JUnit 6.
1 parent c5f7ecf commit 98c50b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • bundles/org.eclipse.releng.tools.tests/META-INF

bundles/org.eclipse.releng.tools.tests/META-INF/MANIFEST.MF

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Eclipse-BundleShape: dir
77
Bundle-Vendor: %Plugin.providerName
88
Bundle-Localization: plugin
99
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.29.0",
10-
junit-jupiter-api,
10+
junit-jupiter-api;bundle-version="[5.14.1, 6.0.0)",
11+
junit-platform-suite-api;bundle-version="[1.14.1,2.0.0)",
12+
junit-platform-commons;bundle-version="[1.14.1,2.0.0)",
1113
org.eclipse.jgit;bundle-version="3.0.0";resolution:=optional,
1214
org.eclipse.core.resources,
1315
org.eclipse.egit.core;bundle-version="3.0.0";resolution:=optional,

0 commit comments

Comments
 (0)