Merge pull request #12219 from rjernst/fix/integ-test-exceptions

Tests: Explicitly use newer junit runner for maven integ tests
This commit is contained in:
Ryan Ernst 2015-07-13 15:37:34 -07:00
commit 2628ecfacf
1 changed files with 7 additions and 0 deletions

View File

@ -719,6 +719,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.18.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>