File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1818 <maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
1919 <maven .home>${user.home} /SDKs/apache-maven-3.5.0</maven .home>
2020 <min .maven.api>3.0</min .maven.api>
21+ <junit .version>5.2.0</junit .version>
2122 </properties >
2223
2324 <issueManagement >
235236 <scope >compile</scope >
236237 </dependency >
237238 <dependency >
238- <groupId >junit</groupId >
239- <artifactId >junit</artifactId >
240- <version >4.12 </version >
239+ <groupId >org. junit.vintage </groupId >
240+ <artifactId >junit-vintage-engine </artifactId >
241+ <version >${junit.version} </version >
241242 <scope >test</scope >
242243 </dependency >
243244 <dependency >
462463 <test .folder>${project.build.testOutputDirectory} </test .folder>
463464 </systemPropertyVariables >
464465 </configuration >
466+ <dependencies >
467+ <dependency >
468+ <groupId >org.junit.platform</groupId >
469+ <artifactId >junit-platform-surefire-provider</artifactId >
470+ <version >1.2.0</version >
471+ </dependency >
472+ </dependencies >
465473 </plugin >
466474
467475 <plugin >
You can’t perform that action at this time.
0 commit comments