I am using methods getDependencyManagement() and getDependencies() of class org.apache.maven.project.MavenProject to get a list of dependencies of pom.xml on which the plugin is executed, but I am also getting the inherited dependencies.
How I can get a list of dependencies defined directly inside the pom.xml, and not any of the inherited ones.