Skip to content

Commit

Permalink
Remove unnecessary dependency on spring-orm
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bclozel committed Feb 17, 2020
1 parent 6add7b4 commit 9036cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spring-aspects/spring-aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9036cc6

Please sign in to comment.