Remove unnecessary dependency on spring-orm

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
This commit is contained in:
Brian Clozel 2020-02-17 20:54:58 +01:00
parent 6add7b4dec
commit 9036cc6899
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ sourceSets.test.java.srcDirs = files()
aspectj.version = dependencyManagement.managedVersions['org.aspectj:aspectjweaver']
dependencies {
aspect(project(":spring-orm"))
compile("org.aspectj:aspectjweaver")
compileOnly("org.aspectj:aspectjrt")
optional(project(":spring-aop")) // for @Async support