Skip to content

Commit 3a8eddb

Browse files
committed
Use surefire plugin in newest version
1 parent 6330d04 commit 3a8eddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149

150150
<build>
151151
<plugins>
152+
<plugin>
153+
<groupId>org.apache.maven.plugins</groupId>
154+
<artifactId>maven-surefire-plugin</artifactId>
155+
<version>2.22.2</version>
156+
</plugin>
152157
<plugin>
153158
<groupId>org.apache.maven.plugins</groupId>
154159
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)