mirror of https://github.com/apache/druid.git
revert change
This commit is contained in:
parent
4efa93a190
commit
33cfa41efb
|
@ -196,7 +196,7 @@ public class Initialization
|
||||||
if (!exclusions.contains(artifact.getGroupId())) {
|
if (!exclusions.contains(artifact.getGroupId())) {
|
||||||
urls.add(artifact.getFile().toURI().toURL());
|
urls.add(artifact.getFile().toURI().toURL());
|
||||||
} else {
|
} else {
|
||||||
log.info("Skipped Artifact[%s]", artifact);
|
log.debug("Skipped Artifact[%s]", artifact);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue