Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 17, 2024
1 parent c72aad3 commit 26e54bc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
import java.util.Map;
import java.util.Set;

import javax.inject.Inject;

import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.resolver.filter.ArtifactFilter;
import org.apache.maven.plugin.AbstractMojo;
Expand Down Expand Up @@ -60,13 +62,13 @@ public abstract class AbstractAnalyzeMojo extends AbstractMojo {
* The plexusContainer to look-up the right {@link ProjectDependencyAnalyzer} implementation depending on the mojo
* configuration.
*/
@Component
@Inject
private PlexusContainer plexusContainer;

/**
* The Maven project to analyze.
*/
@Component
@Inject
private MavenProject project;

/**
Expand Down

0 comments on commit 26e54bc

Please sign in to comment.