Skip to content

Commit 81e5bf8

Browse files
committed
Fix auto-config
- Remove JCommanderParameterResolverAutoConfiguration from spring.factories as it was mistake not to remove it. - Relates #395
1 parent 4e625fe commit 81e5bf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ org.springframework.shell.boot.LineReaderAutoConfiguration,\
88
org.springframework.shell.boot.CompleterAutoConfiguration,\
99
org.springframework.shell.boot.JLineAutoConfiguration,\
1010
org.springframework.shell.boot.JLineShellAutoConfiguration,\
11-
org.springframework.shell.boot.JCommanderParameterResolverAutoConfiguration,\
1211
org.springframework.shell.boot.ParameterResolverAutoConfiguration,\
1312
org.springframework.shell.boot.StandardAPIAutoConfiguration,\
1413
org.springframework.shell.boot.ThemingAutoConfiguration,\

0 commit comments

Comments
 (0)