We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb90fd3 commit 030fc77Copy full SHA for 030fc77
1 file changed
commit-based-cipm/fi-tests/cipm.consistency.fitests/META-INF/MANIFEST.MF
@@ -5,9 +5,9 @@ Bundle-SymbolicName: cipm.consistency.fitests
5
Bundle-Version: 1.0.0.qualifier
6
Automatic-Module-Name: cipm.consistency.fitests
7
Bundle-RequiredExecutionEnvironment: JavaSE-11
8
-Require-Bundle: org.junit,
9
- org.junit.jupiter.api,
10
- org.junit.jupiter.params,
+Require-Bundle: junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-jupiter-params,
11
org.eclipse.emf.common,
12
org.eclipse.emf.ecore,
13
org.eclipse.emf.compare,
0 commit comments