Skip to content

Commit 4f5d950

Browse files
committed
update surefire plugin
1 parent c4816ff commit 4f5d950

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -212,19 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<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-
<dependency>
223-
<groupId>org.junit.jupiter</groupId>
224-
<artifactId>junit-jupiter-engine</artifactId>
225-
<version>${junit.version}</version>
226-
</dependency>
227-
</dependencies>
215+
<version>3.0.0-M5</version>
228216
</plugin>
229217
<plugin>
230218
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)