mirror of https://github.com/apache/maven.git
Use the new snapshot version of surefire
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@209028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22c7243746
commit
668ea536d2
|
@ -18,13 +18,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>surefire</groupId>
|
<groupId>surefire</groupId>
|
||||||
<artifactId>surefire-booter</artifactId>
|
<artifactId>surefire-booter</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.3-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Specified for mboot -->
|
<!-- Specified for mboot -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>surefire</groupId>
|
<groupId>surefire</groupId>
|
||||||
<artifactId>surefire</artifactId>
|
<artifactId>surefire</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.3-SNAPSHOT</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue