Skip to content

Commit

Permalink
Remove deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Feb 11, 2023
1 parent 9c4307e commit b7f7011
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.apache.maven.plugins.annotations.Component;
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.project.MavenProject;
import org.apache.maven.rtinfo.RuntimeInformation;
import org.codehaus.plexus.i18n.I18N;

/**
Expand Down Expand Up @@ -83,14 +82,6 @@ public abstract class AbstractSiteMojo extends AbstractMojo {
@Parameter(defaultValue = "${reactorProjects}", required = true, readonly = true)
protected List<MavenProject> reactorProjects;

@Component
protected RuntimeInformation runtimeInformation;

@Deprecated
protected String getMavenVersion() {
return runtimeInformation.getMavenVersion();
}

protected List<Locale> getLocales() {
return siteTool.getSiteLocales(locales);
}
Expand Down

0 comments on commit b7f7011

Please sign in to comment.