mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
AspectJ’s weaver module contains a superset of the classes found in AspectJ’s RT module. This commit updates the starters to exclude aspectjrt so that only aspectjweaver is on the classpath. Closes gh-3975