diff --git a/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories b/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories index c2a32111..128c2dd7 100644 --- a/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories +++ b/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories @@ -8,7 +8,6 @@ org.springframework.shell.boot.LineReaderAutoConfiguration,\ org.springframework.shell.boot.CompleterAutoConfiguration,\ org.springframework.shell.boot.JLineAutoConfiguration,\ org.springframework.shell.boot.JLineShellAutoConfiguration,\ -org.springframework.shell.boot.JCommanderParameterResolverAutoConfiguration,\ org.springframework.shell.boot.ParameterResolverAutoConfiguration,\ org.springframework.shell.boot.StandardAPIAutoConfiguration,\ org.springframework.shell.boot.ThemingAutoConfiguration,\