mirror of https://github.com/apache/maven.git
Remove unused and unavailable imports
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@497304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a69a9501c
commit
45b87aa936
|
@ -16,11 +16,9 @@ package org.apache.maven.plugin.version;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import org.apache.maven.artifact.repository.ArtifactRepository;
|
import org.apache.maven.execution.MavenSession;
|
||||||
import org.apache.maven.plugin.InvalidPluginException;
|
import org.apache.maven.plugin.InvalidPluginException;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
import org.apache.maven.settings.Settings;
|
|
||||||
import org.apache.maven.execution.MavenSession;
|
|
||||||
|
|
||||||
public interface PluginVersionManager
|
public interface PluginVersionManager
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue