mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, spring-aspects would consider spring-orm as a module providing aspects, which is not the case (anymore). This commit removes that dependency as a result. Fixes gh-24491