Skip to content

Commit 3641cea

Browse files
committed
Update maven-surefire-plugin version
to allow -Dtest parameter
1 parent 20857ee commit 3641cea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060
</plugin>
6161

6262
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
6463
<artifactId>maven-surefire-plugin</artifactId>
65-
<version>2.5</version>
64+
<version>2.18.1</version>
6665
<configuration>
6766
<reportFormat>brief</reportFormat>
6867
<trimStackTrace>true</trimStackTrace>

0 commit comments

Comments
 (0)