|
|
|
|
@ -42,6 +42,20 @@
@@ -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> |
|
|
|
|
|