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