File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 101101 <maven-gpg-plugin .version>1.5</maven-gpg-plugin .version>
102102 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
103103 <maven-release-plugin .version>2.5.3</maven-release-plugin .version>
104- <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
105104 </properties >
106105
107106 <dependencies >
243242 <plugin >
244243 <groupId >org.apache.maven.plugins</groupId >
245244 <artifactId >maven-surefire-plugin</artifactId >
246- <version >${maven-surefire-plugin.version} </version >
247- <dependencies >
248- <dependency >
249- <groupId >org.apache.maven.surefire</groupId >
250- <artifactId >surefire-junit-platform</artifactId >
251- <version >${maven-surefire-plugin.version} </version >
252- </dependency >
253- </dependencies >
245+ <version >3.0.0-M5</version >
254246 <configuration >
255247 <includes >
256248 <!-- Run all test files following Maven naming conventions -->
You can’t perform that action at this time.
0 commit comments