Skip to content

Commit

Permalink
[fix] Remove left over item from last change
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 20, 2024
1 parent 88e4540 commit 9e9cbdd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
@Parameter(property = "plugin.artifacts", required = true, readonly = true)
List pluginArtifacts

/** Remote repositories which will be searched for the coreplugin jar. */
@Parameter(property = "project.remoteArtifactRepositories", required = true, readonly = true)
List remoteArtifactRepositories

/** Maven Session. */
@Parameter (defaultValue = '${session}', required = true, readonly = true)
MavenSession session
Expand Down

0 comments on commit 9e9cbdd

Please sign in to comment.