mirror of https://github.com/apache/maven.git
Adding a note about the deprecation
This commit is contained in:
parent
9cc2caeb9f
commit
ce6fc6237a
|
@ -29,6 +29,11 @@ import org.apache.maven.execution.MavenSession;
|
|||
import org.apache.maven.project.MavenProject;
|
||||
|
||||
@Deprecated
|
||||
/**
|
||||
* @deprecated As of 3.2.2, and there is no direct replacement. This is an internal class which was not marked as such, but should have been.
|
||||
* @author jvanzyl
|
||||
*
|
||||
*/
|
||||
public interface ProjectDependenciesResolver
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue