We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4024295 commit e7f4237Copy full SHA for e7f4237
pom.xml
@@ -277,7 +277,7 @@
277
<plugin>
278
<groupId>org.apache.maven.plugins</groupId>
279
<artifactId>maven-surefire-plugin</artifactId>
280
- <version>3.0.0-M1</version>
+ <version>3.0.0-M5</version>
281
<configuration>
282
<!-- Exclude [xJDBC42] For tests not compatible with JDBC 4.2 Specifications -->
283
<excludedGroups>${excludedGroups}, xJDBC42</excludedGroups>
@@ -418,7 +418,7 @@
418
419
420
421
422
423
<forkCount>3</forkCount>
424
<reuseForks>true</reuseForks>
0 commit comments