Add ASCII Table support

Fixes #136
This commit is contained in:
Eric Bottard
2017-08-28 19:00:36 +02:00
parent dfa1a778a5
commit e38205b2b2
36 changed files with 2541 additions and 5 deletions

View File

@@ -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>