File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
io.sloeber.autoBuild.test/META-INF Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Bundle-Name: Test
4
4
Bundle-SymbolicName : io.sloeber.autoBuild.test;singleton:=true
5
5
Bundle-Version : 5.0.0.qualifier
6
6
Require-Bundle : io.sloeber.autoBuild,
7
- org.junit,
8
7
junit-jupiter-api;bundle-version="5.0.0",
9
8
junit-jupiter-params;bundle-version="5.0.0",
10
9
org.eclipse.core.resources,
@@ -17,6 +16,10 @@ Require-Bundle: io.sloeber.autoBuild,
17
16
org.eclipse.cdt.core.native,
18
17
org.eclipse.equinox.registry,
19
18
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"
21
24
Automatic-Module-Name : io.sloeber.autoBuild.test
22
25
Bundle-RequiredExecutionEnvironment : JavaSE-17
You can’t perform that action at this time.
0 commit comments