Skip to content

Commit

Permalink
refactor: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Feb 15, 2024
1 parent 6040da2 commit e4cc2fd
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions mojo/src/main/java/org/bsc/mojo/ConfluenceDeployMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,11 @@
import org.bsc.confluence.ParentChildTuple;
import org.bsc.confluence.model.Site;
import org.bsc.mojo.configuration.MarkdownProcessorInfo;
import org.bsc.reporting.plugin.PluginConfluenceDocGenerator;
import org.bsc.plugin.PluginConfluenceDocGenerator;
import org.bsc.plugin.renderer.*;
import org.bsc.plugin.sink.ConfluenceSink;
import org.bsc.reporting.renderer.CalculateRuleForSinceTagName;
import org.bsc.reporting.renderer.DependenciesRenderer;
import org.bsc.reporting.renderer.GitLogJiraIssuesRenderer;
import org.bsc.reporting.renderer.ProjectSummaryRenderer;
import org.bsc.reporting.renderer.ProjectTeamRenderer;
import org.bsc.reporting.renderer.ReportingResolutionListener;
import org.bsc.reporting.renderer.ScmRenderer;
import org.bsc.reporting.sink.ConfluenceSink;
import org.codehaus.plexus.component.repository.ComponentDependency;
import org.codehaus.plexus.i18n.I18N;

Expand Down Expand Up @@ -657,9 +653,6 @@ public String getName(Locale locale) {
return "confluence";
}




/////////////////////////////////////////////////////////
///
/// PLUGIN SECTION
Expand Down

0 comments on commit e4cc2fd

Please sign in to comment.