forgot the import

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@233441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-08-19 06:45:34 +00:00
parent 3c460805af
commit cc276e2e2a
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.apache.maven.project.MavenProject;
import org.codehaus.surefire.SurefireBooter;
import java.io.File;
import java.util.Arrays;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;