dependencyMap.put( conflictId, artifact );
}
}
// Create an ordered set of dependencies from the ordered map we used above, to feed into the resolver.
Set dependencies = new LinkedHashSet( dependencyMap.values() );
if ( getLogger().isDebugEnabled() )
{
// list all dependencies to be used by this plugin (first-level deps, not transitive ones).
getLogger().debug( "Plugin dependencies for:\n\n" + pluginDescriptor.getId()