Using latest maven test suite for ITs.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@701268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2008-10-03 00:31:19 +00:00
parent 556254c8c3
commit a1461c4617
2 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@ under the License.
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.its</groupId> <groupId>org.apache.maven.its</groupId>
<artifactId>core-integration-tests</artifactId> <artifactId>core-it-suite</artifactId>
<version>2.1-SNAPSHOT</version> <version>2.1-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
<classifier>tests</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>

View File

@ -2,7 +2,7 @@ package org.apache.maven.its;
import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import org.apache.maven.integrationtests.IntegrationTestSuite; import org.apache.maven.it.IntegrationTestSuite;
import org.apache.maven.it.VerificationException; import org.apache.maven.it.VerificationException;
public class Suite public class Suite