mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Update `spring-boot-starter-data` and `spring-boot-starter-integration` so that they no longer depend on `spring-boot-starter-aop`. The removes the dependency on AspectJ which should help improve startup time. Closes gh-42934