To enable Camel Commands for the Spring Boot remote shell:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-commands-spring-boot</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>