Skip to content

Commit 8f17504

Browse files
committed
spring-orm-hibernate4 requires aopalliance dependency now (after propdeps upgrade)
1 parent c1dbd9f commit 8f17504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ project("spring-orm-hibernate4") {
683683
optional("org.hibernate:hibernate-core:${hibernate4Version}")
684684
optional("org.hibernate:hibernate-entitymanager:${hibernate4Version}")
685685
optional("javax.servlet:javax.servlet-api:3.0.1")
686+
optional("aopalliance:aopalliance:1.0")
686687
}
687688
}
688689

0 commit comments

Comments
 (0)