Skip to content

Commit 32d7491

Browse files
committed
Added JUnit 6 to platform
1 parent e3f59f8 commit 32d7491

File tree

1 file changed

+65
-1
lines changed

1 file changed

+65
-1
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,70 @@
792792
</dependency>
793793
</dependencies>
794794
</location>
795+
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="JUnit 6" missingManifest="error" type="Maven">
796+
<dependencies>
797+
<dependency>
798+
<groupId>org.junit.jupiter</groupId>
799+
<artifactId>junit-jupiter-api</artifactId>
800+
<version>6.0.0</version>
801+
<type>jar</type>
802+
</dependency>
803+
<dependency>
804+
<groupId>org.junit.jupiter</groupId>
805+
<artifactId>junit-jupiter-engine</artifactId>
806+
<version>6.0.0</version>
807+
<type>jar</type>
808+
</dependency>
809+
<dependency>
810+
<groupId>org.junit.jupiter</groupId>
811+
<artifactId>junit-jupiter-migrationsupport</artifactId>
812+
<version>6.0.0</version>
813+
<type>jar</type>
814+
</dependency>
815+
<dependency>
816+
<groupId>org.junit.jupiter</groupId>
817+
<artifactId>junit-jupiter-params</artifactId>
818+
<version>6.0.0</version>
819+
<type>jar</type>
820+
</dependency>
821+
<dependency>
822+
<groupId>org.junit.platform</groupId>
823+
<artifactId>junit-platform-commons</artifactId>
824+
<version>6.0.0</version>
825+
<type>jar</type>
826+
</dependency>
827+
<dependency>
828+
<groupId>org.junit.platform</groupId>
829+
<artifactId>junit-platform-engine</artifactId>
830+
<version>6.0.0</version>
831+
<type>jar</type>
832+
</dependency>
833+
<dependency>
834+
<groupId>org.junit.platform</groupId>
835+
<artifactId>junit-platform-launcher</artifactId>
836+
<version>6.0.0</version>
837+
<type>jar</type>
838+
</dependency>
839+
<dependency>
840+
<groupId>org.junit.platform</groupId>
841+
<artifactId>junit-platform-suite-api</artifactId>
842+
<version>6.0.0</version>
843+
<type>jar</type>
844+
</dependency>
845+
<dependency>
846+
<groupId>org.junit.platform</groupId>
847+
<artifactId>junit-platform-suite-engine</artifactId>
848+
<version>6.0.0</version>
849+
<type>jar</type>
850+
</dependency>
851+
<dependency>
852+
<groupId>org.junit.vintage</groupId>
853+
<artifactId>junit-vintage-engine</artifactId>
854+
<version>6.0.0</version>
855+
<type>jar</type>
856+
</dependency>
857+
</dependencies>
858+
</location>
795859
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jakarta EE" missingManifest="error" type="Maven">
796860
<dependencies>
797861
<dependency>
@@ -903,4 +967,4 @@
903967
</location>
904968
</locations>
905969
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
906-
</target>
970+
</target>

0 commit comments

Comments
 (0)