File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <artifactId >junit-jupiter-engine</artifactId >
4747 <scope >test</scope >
4848 </dependency >
49+ <dependency >
50+ <groupId >org.junit.vintage</groupId >
51+ <artifactId >junit-vintage-engine</artifactId >
52+ <scope >test</scope >
53+ </dependency >
4954 <dependency >
5055 <groupId >org.assertj</groupId >
5156 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 5151 <artifactId >junit-jupiter-engine</artifactId >
5252 <scope >test</scope >
5353 </dependency >
54+ <dependency >
55+ <groupId >org.junit.vintage</groupId >
56+ <artifactId >junit-vintage-engine</artifactId >
57+ <scope >test</scope >
58+ </dependency >
5459 <dependency >
5560 <groupId >org.mockito</groupId >
5661 <artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 9999 <artifactId >junit-jupiter-engine</artifactId >
100100 <version >5.10.1</version >
101101 </dependency >
102+ <dependency >
103+ <groupId >org.junit.vintage</groupId >
104+ <artifactId >junit-vintage-engine</artifactId >
105+ <version >5.10.1</version >
106+ </dependency >
102107 <dependency >
103108 <groupId >org.mockito</groupId >
104109 <artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments