Skip to content

Commit b2ac49d

Browse files
author
jan
committed
Update include junit 5 test related stuf
1 parent b5e33a7 commit b2ac49d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

io.sloeber.autoBuild.test/META-INF/MANIFEST.MF

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Bundle-Name: Test
44
Bundle-SymbolicName: io.sloeber.autoBuild.test;singleton:=true
55
Bundle-Version: 5.0.0.qualifier
66
Require-Bundle: io.sloeber.autoBuild,
7-
org.junit,
87
junit-jupiter-api;bundle-version="5.0.0",
98
junit-jupiter-params;bundle-version="5.0.0",
109
org.eclipse.core.resources,
@@ -17,6 +16,10 @@ Require-Bundle: io.sloeber.autoBuild,
1716
org.eclipse.cdt.core.native,
1817
org.eclipse.equinox.registry,
1918
org.eclipse.ui.workbench,
20-
io.sloeber.autoBuild.ui;bundle-version="4.4.3"
19+
io.sloeber.autoBuild.ui,
20+
junit-platform-suite-engine;bundle-version="1.10.2",
21+
junit-platform-commons;bundle-version="1.10.2",
22+
junit-platform-engine;bundle-version="1.10.2",
23+
junit-platform-suite-api;bundle-version="1.10.2"
2124
Automatic-Module-Name: io.sloeber.autoBuild.test
2225
Bundle-RequiredExecutionEnvironment: JavaSE-17

0 commit comments

Comments
 (0)