Skip to content

Commit 0ea70a2

Browse files
FlorianKroissrubenporras
authored andcommitted
fix: Restrict JUnit version
1 parent f5eb029 commit 0ea70a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

org.eclipse.lsp4e.test/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Require-Bundle: org.eclipse.core.runtime,
3030
org.eclipse.e4.ui.workbench,
3131
org.eclipse.tm4e.ui,
3232
org.eclipse.core.filesystem,
33-
junit-jupiter-api,
34-
junit-jupiter-params,
33+
junit-jupiter-api;bundle-version="[5.14.1,6.0.0)",
34+
junit-jupiter-params;bundle-version="[5.14.1,6.0.0)",
3535
org.hamcrest,
3636
org.opentest4j
3737
Automatic-Module-Name: org.eclipse.lsp4e.test

0 commit comments

Comments
 (0)