assertDependencyArtifactExcludeRules(dd, new String[] {"myconf3"},
new String[] {"toexclude"});
assertDependencyArtifactExcludeRules(dd, new String[] {"myconf4"},
new String[] {"toexclude"});
ConflictManager cm = md.getConflictManager(new ModuleId("yourorg", "yourmodule1"));
assertNotNull(cm);
assertTrue(cm instanceof NoConflictManager);
cm = md.getConflictManager(new ModuleId("yourorg", "yourmodule2"));
assertNotNull(cm);