Prepare actuator sample to show how to use the telnet connector

This commit is contained in:
Christian Dupuis
2013-11-20 17:11:15 +01:00
parent 8127695240
commit 95e68bf1a2
2 changed files with 15 additions and 1 deletions

View File

@@ -42,6 +42,20 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-shell-remote</artifactId>
</dependency>
<!--<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.connectors.telnet</artifactId>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>-->
</dependencies>
<build>
<plugins>