Bring back missing table tests

This commit is contained in:
Janne Valkealahti
2022-01-24 20:35:05 +00:00
parent e8a42e0633
commit 7bab5fe14b
39 changed files with 898 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
<artifactId>spring-shell-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<description>Library to Display Fancy ASCII art Tables</description>
<dependencies>
@@ -33,6 +33,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>