Drop jcommander

- Fixes #395
This commit is contained in:
Janne Valkealahti
2022-04-29 15:55:21 +01:00
parent d16cda75f3
commit 4e625feb03
15 changed files with 0 additions and 630 deletions

View File

@@ -38,16 +38,6 @@
<artifactId>spring-shell-standard-commands</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-jcommander-adapter</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>