Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.apache.camel.catalog.CamelCatalog;
import org.apache.camel.catalog.DefaultCamelCatalog;
import org.apache.camel.dsl.jbang.core.commands.action.*;
import org.apache.camel.dsl.jbang.core.commands.bind.Bind;
import org.apache.camel.dsl.jbang.core.commands.catalog.CatalogCommand;
import org.apache.camel.dsl.jbang.core.commands.catalog.CatalogComponent;
import org.apache.camel.dsl.jbang.core.commands.catalog.CatalogDataFormat;
Expand Down Expand Up @@ -162,7 +161,6 @@ public static void run(CamelJBangMain main, String... args) {
.addSubcommand("other", new CommandLine(new CatalogOther(main)))
.addSubcommand("kamelet", new CommandLine(new CatalogKamelet(main))))
.addSubcommand("doc", new CommandLine(new CatalogDoc(main)))
.addSubcommand("bind", new CommandLine(new Bind(main)))
.addSubcommand("script", new CommandLine(new Script(main)))
.addSubcommand("jolokia", new CommandLine(new Jolokia(main)))
.addSubcommand("hawtio", new CommandLine(new Hawtio(main)))
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading