diff --git a/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories b/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories deleted file mode 100644 index 1d1eb730..00000000 --- a/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories +++ /dev/null @@ -1,17 +0,0 @@ -org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.springframework.shell.boot.ExitCodeAutoConfiguration,\ -org.springframework.shell.boot.ShellContextAutoConfiguration,\ -org.springframework.shell.boot.SpringShellAutoConfiguration,\ -org.springframework.shell.boot.ShellRunnerAutoConfiguration,\ -org.springframework.shell.boot.ApplicationRunnerAutoConfiguration,\ -org.springframework.shell.boot.CommandCatalogAutoConfiguration,\ -org.springframework.shell.boot.LineReaderAutoConfiguration,\ -org.springframework.shell.boot.CompleterAutoConfiguration,\ -org.springframework.shell.boot.UserConfigAutoConfiguration,\ -org.springframework.shell.boot.JLineAutoConfiguration,\ -org.springframework.shell.boot.JLineShellAutoConfiguration,\ -org.springframework.shell.boot.ParameterResolverAutoConfiguration,\ -org.springframework.shell.boot.StandardAPIAutoConfiguration,\ -org.springframework.shell.boot.ThemingAutoConfiguration,\ -org.springframework.shell.boot.StandardCommandsAutoConfiguration,\ -org.springframework.shell.boot.ComponentFlowAutoConfiguration diff --git a/spring-shell-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/spring-shell-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 00000000..c095b461 --- /dev/null +++ b/spring-shell-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1,16 @@ +org.springframework.shell.boot.ExitCodeAutoConfiguration +org.springframework.shell.boot.ShellContextAutoConfiguration +org.springframework.shell.boot.SpringShellAutoConfiguration +org.springframework.shell.boot.ShellRunnerAutoConfiguration +org.springframework.shell.boot.ApplicationRunnerAutoConfiguration +org.springframework.shell.boot.CommandCatalogAutoConfiguration +org.springframework.shell.boot.LineReaderAutoConfiguration +org.springframework.shell.boot.CompleterAutoConfiguration +org.springframework.shell.boot.UserConfigAutoConfiguration +org.springframework.shell.boot.JLineAutoConfiguration +org.springframework.shell.boot.JLineShellAutoConfiguration +org.springframework.shell.boot.ParameterResolverAutoConfiguration +org.springframework.shell.boot.StandardAPIAutoConfiguration +org.springframework.shell.boot.ThemingAutoConfiguration +org.springframework.shell.boot.StandardCommandsAutoConfiguration +org.springframework.shell.boot.ComponentFlowAutoConfiguration