mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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…
x
Reference in New Issue
Block a user