Skip to content

Commit

Permalink
Undo irrelevant change
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jan 12, 2024
1 parent aa1fe76 commit ddb6cdd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -54,10 +54,10 @@ public class InstallMojo extends AbstractMojo {
@Component
private RepositorySystem repositorySystem;

@Component
@Parameter(defaultValue = "${session}", required = true, readonly = true)
private MavenSession session;

@Component
@Parameter(defaultValue = "${project}", readonly = true, required = true)
private MavenProject project;

@Parameter(defaultValue = "${plugin}", required = true, readonly = true)
Expand Down

0 comments on commit ddb6cdd

Please sign in to comment.