mirror of https://github.com/apache/maven.git
clean imports
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e3794e35a
commit
b502319841
|
@ -19,12 +19,9 @@ package org.apache.maven.it;
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.VerificationException;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test for <a href="http://jira.codehaus.org/browse/MNG-3288">MNG-3288</a>.
|
||||
|
|
|
@ -20,10 +20,7 @@ package org.apache.maven.it;
|
|||
*/
|
||||
|
||||
import java.io.File;
|
||||
import java.util.List;
|
||||
import java.util.Properties;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ package org.apache.maven.it;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
import org.apache.maven.it.util.FileUtils;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue