Deprecated API
Contents
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionAs of 1.1, depth is computed by node hierarchy. With the introduction of node visitors and filters this method can give misleading results. For example, consider serializing a tree with a filter using a visitor: this method would return the unfiltered depth of a node, whereas the correct depth would be calculated by the visitor.As of 1.1, replaced by
DependencyNode.toString()
doesn't work with Maven 3As of 1.1, use aCollectingDependencyNodeVisitor
on the root dependency node