Extract autoconfig
- Create separate spring-shell-autoconfigure and keep all autoconfig features there. - Fixes #329
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -36,6 +36,7 @@
|
||||
<module>spring-shell-docs</module>
|
||||
<module>spring-shell-dependencies</module>
|
||||
<module>spring-shell-starter</module>
|
||||
<module>spring-shell-autoconfigure</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -75,6 +76,11 @@
|
||||
<artifactId>spring-shell-table</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.shell</groupId>
|
||||
<artifactId>spring-shell-autoconfigure</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jline</groupId>
|
||||
<artifactId>jline</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user