o Updated IT example to catch up with the actual core-integration-tests

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@697483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-09-21 12:30:07 +00:00
parent 909b355191
commit 7994341e99
2 changed files with 5 additions and 6 deletions

View File

@ -32,17 +32,17 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.0</version>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<version>1.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -1,4 +1,4 @@
package org.apache.maven.itSample;
package org.apache.maven.integrationtests;
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -24,7 +24,6 @@ import java.util.ArrayList;
import java.util.List;
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
import org.apache.maven.it.Verifier;
import org.apache.maven.it.util.ResourceExtractor;