lock down Surefire version to 2.3.1 to avoid problem with SUREFIRE-460

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@630474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2008-02-23 16:56:10 +00:00
parent d415cdaef0
commit cf900604d8
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,16 @@
<artifactId>maven-it-MNG1412-DependenciesOrder</artifactId> <artifactId>maven-it-MNG1412-DependenciesOrder</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<description>Check that dependencies are available in classpath in same order as declared in POM</description> <description>Check that dependencies are available in classpath in same order as declared in POM</description>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3.1</version><!-- to avoid problem with SUREFIRE-460 -->
</plugin>
</plugins>
</build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>commons-net</groupId> <groupId>commons-net</groupId>