Skip to content

Commit

Permalink
CLI: remove unused PluginCatalogService in CliPluginsSync
Browse files Browse the repository at this point in the history
- PluginCatalogService initializes a new
com.fasterxml.jackson.databind.ObjectMapper eagerly
  • Loading branch information
mkouba committed Aug 15, 2023
1 parent 42cd3ea commit eb82c25
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public class CliPluginsSync extends CliPluginsBase implements Callable<Integer>
@CommandLine.Mixin
RunModeOption runMode;

PluginCatalogService pluginCatalogService = new PluginCatalogService();

@Override
public Integer call() {
output.throwIfUnmatchedArguments(spec.commandLine());
Expand Down

0 comments on commit eb82c25

Please sign in to comment.