Skip to content

Commit 478e0af

Browse files
committed
ci: fix build failures because of outdated junit dependency
1 parent 1d2220d commit 478e0af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

target-platforms/latest.target

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
1717
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
1818
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
19-
<unit id="org.junit" version="0.0.0"/>
20-
<unit id="junit-jupiter-api" version="0.0.0"/>
2119
</location>
2220

2321
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -34,6 +32,8 @@
3432
<unit id="org.joni.source" version="0.0.0"/>
3533
<unit id="org.snakeyaml.engine" version="0.0.0"/>
3634
<unit id="org.snakeyaml.engine.source" version="0.0.0"/>
35+
<unit id="org.junit" version="0.0.0"/>
36+
<unit id="junit-jupiter-api" version="0.0.0"/>
3737
</location>
3838
</locations>
3939

target-platforms/oldest.target

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
1717
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
1818
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
19-
<unit id="org.junit" version="0.0.0"/>
20-
<unit id="junit-jupiter-api" version="0.0.0"/>
2119
</location>
2220

2321
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -34,6 +32,8 @@
3432
<unit id="org.joni.source" version="0.0.0"/>
3533
<unit id="org.snakeyaml.engine" version="0.0.0"/>
3634
<unit id="org.snakeyaml.engine.source" version="0.0.0"/>
35+
<unit id="org.junit" version="0.0.0"/>
36+
<unit id="junit-jupiter-api" version="0.0.0"/>
3737
</location>
3838
</locations>
3939

target-platforms/unstable.target

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
1717
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
1818
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
19-
<unit id="org.junit" version="0.0.0"/>
20-
<unit id="junit-jupiter-api" version="0.0.0"/>
2119
</location>
2220

2321
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -34,6 +32,8 @@
3432
<unit id="org.joni.source" version="0.0.0"/>
3533
<unit id="org.snakeyaml.engine" version="0.0.0"/>
3634
<unit id="org.snakeyaml.engine.source" version="0.0.0"/>
35+
<unit id="org.junit" version="0.0.0"/>
36+
<unit id="junit-jupiter-api" version="0.0.0"/>
3737
</location>
3838
</locations>
3939

0 commit comments

Comments
 (0)