mirror of https://github.com/apache/maven.git
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:
parent
556254c8c3
commit
a1461c4617
|
@ -37,10 +37,10 @@ under the License.
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>core-integration-tests</artifactId>
|
||||
<artifactId>core-it-suite</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
<classifier>tests</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
|
@ -2,7 +2,7 @@ package org.apache.maven.its;
|
|||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
import org.apache.maven.integrationtests.IntegrationTestSuite;
|
||||
import org.apache.maven.it.IntegrationTestSuite;
|
||||
import org.apache.maven.it.VerificationException;
|
||||
|
||||
public class Suite
|
||||
|
|
Loading…
Reference in New Issue