Skip to content

Commit d8b0fd8

Browse files
committed
remove surefire-plugin
1 parent 3130987 commit d8b0fd8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -283,18 +283,7 @@
283283
</execution>
284284
</executions>
285285
</plugin>
286-
<plugin>
287-
<groupId>org.apache.maven.plugins</groupId>
288-
<artifactId>maven-surefire-plugin</artifactId>
289-
<version>3.0.0-M5</version>
290-
<dependencies>
291-
<dependency>
292-
<groupId>org.apache.maven.surefire</groupId>
293-
<artifactId>surefire-junit47</artifactId>
294-
<version>3.0.0-M5</version>
295-
</dependency>
296-
</dependencies>
297-
</plugin>
286+
298287
</plugins>
299288

300289
</build>

0 commit comments

Comments
 (0)