return buildDependencyNode( null, result.getDependencyGraph(), project.getArtifact(), filter );
}
catch ( DependencyResolutionException e )
{
throw new DependencyGraphBuilderException( e.getMessage(), e );
}
catch ( IllegalAccessException e )
{
throw new DependencyGraphBuilderException( e.getMessage(), e );
}
catch ( InvocationTargetException e )
{
throw new DependencyGraphBuilderException( e.getMessage(), e );
}
catch ( NoSuchMethodException e )
{
throw new DependencyGraphBuilderException( e.getMessage(), e );
}
}