diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 6a0cad82b49..bb5c7990074 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -49,7 +49,7 @@
2.0.1
1.1.3
7.0.42
- 1.3.0-beta8
+ 1.3.0-beta11
@@ -514,6 +514,16 @@
crash.embed.spring
${crashub.version}
+
+ org.crashub
+ crash.plugins.cron
+ ${crashub.version}
+
+
+ org.crashub
+ crash.plugins.mail
+ ${crashub.version}
+
org.crashub
crash.shell
diff --git a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
index 06da148b072..847e46e91f1 100644
--- a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
@@ -59,6 +59,14 @@
+
+ org.crashub
+ crash.plugins.cron
+
+
+ org.crashub
+ crash.plugins.mail
+
org.crashub
crash.shell
diff --git a/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy b/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy
deleted file mode 100644
index 4ea73636cac..00000000000
--- a/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy
+++ /dev/null
@@ -1,58 +0,0 @@
-package crash.commands.base;
-
-import org.crsh.cli.Command;
-import org.crsh.cli.Usage;
-import org.crsh.command.BaseCommand;
-import org.crsh.command.DescriptionFormat;
-import org.crsh.command.InvocationContext;
-import org.crsh.command.ShellCommand;
-import org.crsh.shell.impl.command.CRaSH;
-import org.crsh.text.Color;
-import org.crsh.text.Decoration;
-import org.crsh.text.Style;
-import org.crsh.text.ui.LabelElement;
-import org.crsh.text.ui.RowElement;
-import org.crsh.text.ui.TableElement;
-
-import java.io.IOException;
-
-/** @author Julien Viet */
-public class help extends BaseCommand {
-
- @Usage("provides basic help")
- @Command
- public void main(InvocationContext