[SPI]Fix Plugin Logger coverage (#6206)

This commit is contained in:
Kirs 2021-09-14 20:01:58 +08:00 committed by GitHub
parent 71e2c8808b
commit ac943bca6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class DolphinPluginLoader {
private static final ImmutableList<String> DOLPHIN_SPI_PACKAGES = ImmutableList.<String>builder()
.add("org.apache.dolphinscheduler.spi.")
.add("com.fasterxml.jackson.")
.add("org.slf4j")
.build();
private final File installedPluginsDir;