Add starter, make adapter kick in only if needed

This commit is contained in:
Eric Bottard
2017-08-08 17:18:20 +02:00
parent c3c7f1fccd
commit c98642c2f7
7 changed files with 70 additions and 13 deletions

View File

@@ -28,6 +28,7 @@
<module>spring-shell-jcommander-adapter</module>
<module>spring-shell-samples</module>
<module>spring-shell-shell1-adapter</module>
<module>spring-shell-starter</module>
</modules>
<dependencyManagement>
@@ -63,6 +64,11 @@
<artifactId>spring-shell-jcommander-adapter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
<version>${project.version}</version>
</dependency>
<!-- OTHER DEPS -->
<dependency>
<groupId>org.jline</groupId>