Skip to content

Commit 4e625fe

Browse files
committed
Drop jcommander
- Fixes #395
1 parent d16cda7 commit 4e625fe

File tree

15 files changed

+0
-630
lines changed

15 files changed

+0
-630
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
<properties>
2525
<jline.version>3.21.0</jline.version>
26-
<jcommander.version>1.81</jcommander.version>
2726
<antlr-st4.version>4.3.1</antlr-st4.version>
2827
<jimfs.version>1.2</jimfs.version>
2928
</properties>
@@ -33,7 +32,6 @@
3332
<module>spring-shell-core-test-support</module>
3433
<module>spring-shell-standard</module>
3534
<module>spring-shell-standard-commands</module>
36-
<module>spring-shell-jcommander-adapter</module>
3735
<module>spring-shell-table</module>
3836
<module>spring-shell-docs</module>
3937
<module>spring-shell-dependencies</module>
@@ -64,11 +62,6 @@
6462
<artifactId>spring-shell-standard-commands</artifactId>
6563
<version>2.1.0-SNAPSHOT</version>
6664
</dependency>
67-
<dependency>
68-
<groupId>org.springframework.shell</groupId>
69-
<artifactId>spring-shell-jcommander-adapter</artifactId>
70-
<version>2.1.0-SNAPSHOT</version>
71-
</dependency>
7265
<dependency>
7366
<groupId>org.springframework.shell</groupId>
7467
<artifactId>spring-shell-starter</artifactId>
@@ -100,12 +93,6 @@
10093
<version>${jline.version}</version>
10194
<optional>true</optional>
10295
</dependency>
103-
<dependency>
104-
<groupId>com.beust</groupId>
105-
<artifactId>jcommander</artifactId>
106-
<version>${jcommander.version}</version>
107-
<optional>true</optional>
108-
</dependency>
10996
<dependency>
11097
<groupId>org.antlr</groupId>
11198
<artifactId>ST4</artifactId>

spring-shell-autoconfigure/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
<artifactId>spring-shell-standard-commands</artifactId>
2727
<optional>true</optional>
2828
</dependency>
29-
<dependency>
30-
<groupId>com.beust</groupId>
31-
<artifactId>jcommander</artifactId>
32-
<optional>true</optional>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.springframework.shell</groupId>
36-
<artifactId>spring-shell-jcommander-adapter</artifactId>
37-
<optional>true</optional>
38-
</dependency>
3929
<dependency>
4030
<groupId>org.springframework.boot</groupId>
4131
<artifactId>spring-boot-starter-test</artifactId>

spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/JCommanderParameterResolverAutoConfiguration.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

spring-shell-docs/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@
3838
<artifactId>spring-shell-standard-commands</artifactId>
3939
<scope>provided</scope>
4040
</dependency>
41-
<dependency>
42-
<groupId>org.springframework.shell</groupId>
43-
<artifactId>spring-shell-jcommander-adapter</artifactId>
44-
<scope>provided</scope>
45-
</dependency>
46-
<dependency>
47-
<groupId>com.beust</groupId>
48-
<artifactId>jcommander</artifactId>
49-
<scope>provided</scope>
50-
</dependency>
5141
<dependency>
5242
<groupId>org.springframework.shell</groupId>
5343
<artifactId>spring-shell-table</artifactId>

spring-shell-jcommander-adapter/pom.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

spring-shell-jcommander-adapter/src/main/java/org/springframework/shell/jcommander/JCommanderParameterResolver.java

Lines changed: 0 additions & 158 deletions
This file was deleted.

spring-shell-jcommander-adapter/src/main/java/org/springframework/shell/jcommander/package-info.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

spring-shell-jcommander-adapter/src/main/resources/META-INF/native-image/reflect-config.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)