HBASE-18364 Downgrade surefire to 2.19.1 because it broke package wildcards

This commit is contained in:
Josh Elser 2017-07-11 15:55:42 -04:00
parent cb5299ae9b
commit 1800580a8a
1 changed files with 1 additions and 1 deletions

View File

@ -1434,7 +1434,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>