Rename spring-boot-starter-shell -> remote-shell
Fixes gh-462
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<module>spring-boot-starter-parent</module>
|
||||
<module>spring-boot-starter-redis</module>
|
||||
<module>spring-boot-starter-security</module>
|
||||
<module>spring-boot-starter-shell</module>
|
||||
<module>spring-boot-starter-remote-shell</module>
|
||||
<module>spring-boot-starter-test</module>
|
||||
<module>spring-boot-starter-thymeleaf</module>
|
||||
<module>spring-boot-starter-tomcat</module>
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-shell</artifactId>
|
||||
<artifactId>spring-boot-starter-remote-shell</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<artifactId>spring-boot-starters</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-starter-shell</artifactId>
|
||||
<artifactId>spring-boot-starter-remote-shell</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
Reference in New Issue
Block a user