mirror of https://github.com/apache/maven.git
o dead imports
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a455a47fcc
commit
0aa43af9f4
|
@ -19,15 +19,15 @@ package org.apache.maven.project.path;
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.apache.maven.model.Build;
|
||||
import org.apache.maven.model.Model;
|
||||
import org.apache.maven.model.Resource;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.model.Build;
|
||||
import org.apache.maven.model.Model;
|
||||
import org.apache.maven.model.Resource;
|
||||
|
||||
public class DefaultPathTranslator
|
||||
implements PathTranslator
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue