File tree Expand file tree Collapse file tree 7 files changed +42
-0
lines changed
native-maven-plugin/reproducers/issue-144
java-application-with-reflection
java-application-with-resources
java-application-with-tests Expand file tree Collapse file tree 7 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 6969 <version >${junit.jupiter.version} </version >
7070 <scope >test</scope >
7171 </dependency >
72+ <dependency >
73+ <groupId >org.junit.platform</groupId >
74+ <artifactId >junit-platform-launcher</artifactId >
75+ <version >1.11.0</version >
76+ <scope >test</scope >
77+ </dependency >
7278 </dependencies >
7379
7480 <profiles >
Original file line number Diff line number Diff line change 6565 <version >${junit.jupiter.version} </version >
6666 <scope >test</scope >
6767 </dependency >
68+ <dependency >
69+ <groupId >org.junit.platform</groupId >
70+ <artifactId >junit-platform-launcher</artifactId >
71+ <version >1.11.0</version >
72+ <scope >test</scope >
73+ </dependency >
6874 </dependencies >
6975
7076 <profiles >
Original file line number Diff line number Diff line change 7070 <version >${junit.jupiter.version} </version >
7171 <scope >test</scope >
7272 </dependency >
73+ <dependency >
74+ <groupId >org.junit.platform</groupId >
75+ <artifactId >junit-platform-launcher</artifactId >
76+ <version >1.11.0</version >
77+ <scope >test</scope >
78+ </dependency >
7379 </dependencies >
7480
7581 <profiles >
Original file line number Diff line number Diff line change 7171 <version >${junit.jupiter.version} </version >
7272 <scope >test</scope >
7373 </dependency >
74+ <dependency >
75+ <groupId >org.junit.platform</groupId >
76+ <artifactId >junit-platform-launcher</artifactId >
77+ <version >1.11.0</version >
78+ <scope >test</scope >
79+ </dependency >
7480 </dependencies >
7581
7682 <profiles >
Original file line number Diff line number Diff line change 6363 <version >${junit.jupiter.version} </version >
6464 <scope >test</scope >
6565 </dependency >
66+ <dependency >
67+ <groupId >org.junit.platform</groupId >
68+ <artifactId >junit-platform-launcher</artifactId >
69+ <version >1.11.0</version >
70+ <scope >test</scope >
71+ </dependency >
6672 </dependencies >
6773
6874 <profiles >
Original file line number Diff line number Diff line change 6464 <version >${junit.jupiter.version} </version >
6565 <scope >test</scope >
6666 </dependency >
67+ <dependency >
68+ <groupId >org.junit.platform</groupId >
69+ <artifactId >junit-platform-launcher</artifactId >
70+ <version >1.11.0</version >
71+ <scope >test</scope >
72+ </dependency >
6773 <dependency >
6874 <groupId >org.junit.vintage</groupId >
6975 <artifactId >junit-vintage-engine</artifactId >
Original file line number Diff line number Diff line change 7171 <version >${junit.jupiter.version} </version >
7272 <scope >test</scope >
7373 </dependency >
74+ <dependency >
75+ <groupId >org.junit.platform</groupId >
76+ <artifactId >junit-platform-launcher</artifactId >
77+ <version >1.11.0</version >
78+ <scope >test</scope >
79+ </dependency >
7480 </dependencies >
7581
7682 <build >
You can’t perform that action at this time.
0 commit comments