mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 05:01:06 +01:00
a20396aac4
Restore the `spring-boot-autoconfigure-classic` module, but add a starter and an extra `spring-boot-autoconfigure-classic-modules` POM in order to push the exclusions further away. This should allow `spring-boot-starter-classic` to be combined with other starters and hopefully have the expected dependencies resolved. See gh-46233