We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4816ff commit 4f5d950Copy full SHA for 4f5d950
pom.xml
@@ -212,19 +212,7 @@
212
<plugin>
213
<groupId>org.apache.maven.plugins</groupId>
214
<artifactId>maven-surefire-plugin</artifactId>
215
- <version>2.22.2</version>
216
- <dependencies>
217
- <dependency>
218
- <groupId>org.junit.platform</groupId>
219
- <artifactId>junit-platform-surefire-provider</artifactId>
220
- <version>1.3.2</version>
221
- </dependency>
222
223
- <groupId>org.junit.jupiter</groupId>
224
- <artifactId>junit-jupiter-engine</artifactId>
225
- <version>${junit.version}</version>
226
227
- </dependencies>
+ <version>3.0.0-M5</version>
228
</plugin>
229
230
0 commit comments