public boolean updateExcludesInDeps( MavenProject project, List<Dependency> dependencies,
List<Dependency> transitiveDeps )
throws DependencyGraphBuilderException
{
DependencyNode node = dependencyGraphBuilder.buildDependencyGraph( project, null );
boolean modified = false;
for ( DependencyNode n2 : node.getChildren() )
{
for ( DependencyNode n3 : n2.getChildren() )
{
//check if it really isn't in the list of original dependencies. Maven
//prior to 2.0.8 may grab versions from transients instead of