HBASE-18364 Downgrade surefire to 2.19.1 because it broke package wildcards
This commit is contained in:
parent
cb5299ae9b
commit
1800580a8a
2
pom.xml
2
pom.xml
|
@ -1434,7 +1434,7 @@
|
||||||
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
||||||
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
||||||
<rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar>
|
<rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar>
|
||||||
<surefire.version>2.20</surefire.version>
|
<surefire.version>2.19.1</surefire.version>
|
||||||
<surefire.provider>surefire-junit47</surefire.provider>
|
<surefire.provider>surefire-junit47</surefire.provider>
|
||||||
<!-- default: run small & medium, medium with 2 threads -->
|
<!-- default: run small & medium, medium with 2 threads -->
|
||||||
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
||||||
|
|
Loading…
Reference in New Issue