[ https://issues.apache.org/jira/browse/MSHARED-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte updated MSHARED-420: ----------------------------------- Description: All the Apache Maven plugins have had their final Maven-2.2.1 compatible versions released. This makes it possible to drop old code in depending projects like this one. In this case: remove the {{org.apache.maven.shared.dependency.tree}} package. Plugins should switch to {{org.apache.maven.shared.dependency.graph}} which is more accurate since it uses Aether from the Maven runtime. was: All the Apache Maven plugins have had their final Maven-2.2.1 compatible versions released. This makes it possible to drop old code in depending projects like this one. In this case: remove the {{org.apache.maven.shared.dependency.tree}} package. Plugins should switch to {{org.apache.maven.shared.dependency.graph}} which is more accurate since it uses Aether from the Maven runtime. Some constructors will be removed since they use M2 specific classes (e.g. {{ArtifactTransitivityFilter}}). > Remove Maven2 specific code > --------------------------- > > Key: MSHARED-420 > URL: https://issues.apache.org/jira/browse/MSHARED-420 > Project: Maven Shared Components > Issue Type: Improvement > Components: maven-dependency-tree > Reporter: Robert Scholte > Assignee: Robert Scholte > Fix For: maven-dependency-tree-3.0 > > > All the Apache Maven plugins have had their final Maven-2.2.1 compatible > versions released. > This makes it possible to drop old code in depending projects like this one. > In this case: remove the {{org.apache.maven.shared.dependency.tree}} package. > Plugins should switch to {{org.apache.maven.shared.dependency.graph}} which > is more accurate since it uses Aether from the Maven runtime. -- This message was sent by Atlassian JIRA (v6.3.4#6332)