Skip to content

Commit dd17eef

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

File tree

1 file changed

+83
-1
lines changed

1 file changed

+83
-1
lines changed

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

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,88 @@
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.apiguardian</groupId>
799+
<artifactId>apiguardian-api</artifactId>
800+
<version>1.1.2</version>
801+
<type>jar</type>
802+
</dependency>
803+
<dependency>
804+
<groupId>org.opentest4j</groupId>
805+
<artifactId>opentest4j</artifactId>
806+
<version>1.3.0</version>
807+
<type>jar</type>
808+
</dependency>
809+
<dependency>
810+
<groupId>org.junit.jupiter</groupId>
811+
<artifactId>junit-jupiter-api</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-engine</artifactId>
818+
<version>6.0.0</version>
819+
<type>jar</type>
820+
</dependency>
821+
<dependency>
822+
<groupId>org.junit.jupiter</groupId>
823+
<artifactId>junit-jupiter-migrationsupport</artifactId>
824+
<version>6.0.0</version>
825+
<type>jar</type>
826+
</dependency>
827+
<dependency>
828+
<groupId>org.junit.jupiter</groupId>
829+
<artifactId>junit-jupiter-params</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-commons</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-engine</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-launcher</artifactId>
848+
<version>6.0.0</version>
849+
<type>jar</type>
850+
</dependency>
851+
<dependency>
852+
<groupId>org.junit.platform</groupId>
853+
<artifactId>junit-platform-runner</artifactId>
854+
<version>6.0.0</version>
855+
<type>jar</type>
856+
</dependency>
857+
<dependency>
858+
<groupId>org.junit.platform</groupId>
859+
<artifactId>junit-platform-suite-api</artifactId>
860+
<version>6.0.0</version>
861+
<type>jar</type>
862+
</dependency>
863+
<dependency>
864+
<groupId>org.junit.platform</groupId>
865+
<artifactId>junit-platform-suite-engine</artifactId>
866+
<version>6.0.0</version>
867+
<type>jar</type>
868+
</dependency>
869+
<dependency>
870+
<groupId>org.junit.vintage</groupId>
871+
<artifactId>junit-vintage-engine</artifactId>
872+
<version>6.0.0</version>
873+
<type>jar</type>
874+
</dependency>
875+
</dependencies>
876+
</location>
795877
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jakarta EE" missingManifest="error" type="Maven">
796878
<dependencies>
797879
<dependency>
@@ -903,4 +985,4 @@
903985
</location>
904986
</locations>
905987
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
906-
</target>
988+
</target>

0 commit comments

Comments
 (0)