+ ". Please update your dependencies.");
Message.verbose("Relocated module will be considered as a dependency");
DefaultDependencyDescriptor dd = new DefaultDependencyDescriptor(mdBuilder
.getModuleDescriptor(), relocation, true, false, true);
/* Map all public dependencies */
dd.addDependencyConfiguration("compile", "compile");
dd.addDependencyConfiguration("runtime", "runtime");
dd.addDependencyConfiguration("default", "default");
dd.addDependencyConfiguration("master", "master");
dd.addDependencyConfiguration("provided", "provided");
dd.addDependencyConfiguration("system", "system");