Class Dependencies

java.lang.Object
org.codehaus.mojo.flatten.Dependencies

public class Dependencies extends Object
This is a simple container for Dependency objects. Rather than using a List this object allows operations like contains(Dependency) that work reliably even though Dependency class does not properly implement equals.
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)