File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 159159 </execution >
160160 </executions >
161161 </plugin >
162-
163- <!-- Maven test plugin -->
164- <plugin >
165- <artifactId >maven-surefire-plugin</artifactId >
166- <version >2.19</version >
167- <dependencies >
168- <dependency >
169- <groupId >org.junit.platform</groupId >
170- <artifactId >junit-platform-surefire-provider</artifactId >
171- <version >${junit.platform.version} </version >
172- </dependency >
173- <dependency >
174- <groupId >org.junit.jupiter</groupId >
175- <artifactId >junit-jupiter-engine</artifactId >
176- <version >${junit.jupiter.version} </version >
177- </dependency >
178- <dependency >
179- <groupId >org.junit.vintage</groupId >
180- <artifactId >junit-vintage-engine</artifactId >
181- <version >${junit.vintage.version} </version >
182- </dependency >
183- </dependencies >
184- </plugin >
185162 </plugins >
186163 </build >
187164
You can’t perform that action at this time.
0 commit comments