Skip to content

Commit 030fc77

Browse files
committed
Change JUnit dependencies
Use the same JUnit related dependencies as vsum tests Add JUnit Argument dependencies as well
1 parent fb90fd3 commit 030fc77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • commit-based-cipm/fi-tests/cipm.consistency.fitests/META-INF

commit-based-cipm/fi-tests/cipm.consistency.fitests/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Bundle-SymbolicName: cipm.consistency.fitests
55
Bundle-Version: 1.0.0.qualifier
66
Automatic-Module-Name: cipm.consistency.fitests
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
8-
Require-Bundle: org.junit,
9-
org.junit.jupiter.api,
10-
org.junit.jupiter.params,
8+
Require-Bundle: junit-jupiter-api,
9+
junit-jupiter-engine,
10+
junit-jupiter-params,
1111
org.eclipse.emf.common,
1212
org.eclipse.emf.ecore,
1313
org.eclipse.emf.compare,

0 commit comments

Comments
 (0)