Repository: camel Updated Branches: refs/heads/master 32583bd17 -> 980718940
CAMEL-10796: camel-example-spring-boot - Remove shell Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/98071894 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/98071894 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/98071894 Branch: refs/heads/master Commit: 9807189406e626aebb428b0c253c231e762072b1 Parents: 32583bd Author: lburgazzoli <lburgazz...@gmail.com> Authored: Tue Feb 7 15:25:37 2017 +0100 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Tue Feb 7 15:25:37 2017 +0100 ---------------------------------------------------------------------- examples/camel-example-spring-boot/README.md | 11 ----------- examples/camel-example-spring-boot/pom.xml | 10 ---------- 2 files changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/98071894/examples/camel-example-spring-boot/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot/README.md b/examples/camel-example-spring-boot/README.md index 7401c42..1f43797 100644 --- a/examples/camel-example-spring-boot/README.md +++ b/examples/camel-example-spring-boot/README.md @@ -32,17 +32,6 @@ You will see the message printed to the console every second. To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd> -### Remote Shell - -The example ships with remote shell enabled which includes the Camel commands as well, so you can SSH into the running Camel application and use the camel commands to list / stop routes etc. - -You can SSH into the JVM using - - ssh -p 2000 user@localhost - -And then use `password` when the server will prompt to encode the password. - - ### Documentation This example is documented at <http://camel.apache.org/spring-boot-example.html> http://git-wip-us.apache.org/repos/asf/camel/blob/98071894/examples/camel-example-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot/pom.xml b/examples/camel-example-spring-boot/pom.xml index 344b4ef..37f1d02 100644 --- a/examples/camel-example-spring-boot/pom.xml +++ b/examples/camel-example-spring-boot/pom.xml @@ -74,16 +74,6 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> - <!-- remote shell --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-remote-shell</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-commands-spring-boot</artifactId> - </dependency> - <!-- testing --> <dependency> <groupId>org.springframework.boot</groupId>