mirror of https://github.com/apache/maven.git
optimize imports
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
637302676e
commit
20e8cc6236
|
@ -19,13 +19,11 @@ package org.apache.maven.it;
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3023">MNG-3023</a>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue