6
pom.xml
6
pom.xml
@@ -29,6 +29,7 @@
|
||||
<module>spring-shell-shell1-adapter</module>
|
||||
<module>spring-shell-starter</module>
|
||||
<module>spring-shell-docs</module>
|
||||
<module>spring-shell-table</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -69,6 +70,11 @@
|
||||
<artifactId>spring-shell-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.shell</groupId>
|
||||
<artifactId>spring-shell-table</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<!-- OTHER DEPS -->
|
||||
<dependency>
|
||||
<groupId>org.jline</groupId>
|
||||
|
||||
Reference in New Issue
Block a user