mirror of
https://github.com/apache/druid.git
synced 2025-02-26 04:55:24 +00:00
update surefire plugin to 3.0.0-M4 (#12342)
stay on surefire 3.0.0-M4 until we can upgrade to 3.0.0-M6 with a fix for https://issues.apache.org/jira/browse/SUREFIRE-1815 causing issues in RetryUtilsTest.
This commit is contained in:
parent
c33fa11669
commit
6f0e5f25fa
5
pom.xml
5
pom.xml
@ -1488,7 +1488,10 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<!--- stay on M4 until M6 is released with a fix for
|
||||
https://issues.apache.org/jira/browse/SUREFIRE-1815
|
||||
causing issues in RetryUtilsTest -->
|
||||
<version>3.0.0-M4</version>
|
||||
<configuration>
|
||||
<!-- locale settings must be set on the command line before startup -->
|
||||
<!-- set default options -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user