1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Add spring-aop to acl and contacts compile dependencies following changes for SEC-1390.

AopInfrastructureBean interface is now required.
This commit is contained in:
Luke Taylor
2010-02-06 21:22:12 +00:00
parent f54831f2b5
commit 15c309a2ed
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ dependencies {
providedCompile 'javax.servlet:servlet-api:2.5@jar'
compile project(':spring-security-core'),
project(':spring-security-acl'),
"org.springframework:spring-aop:$springVersion",
"org.springframework:spring-core:$springVersion",
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-context:$springVersion",