Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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.