Skip to content

Drop the aopalliance:aopalliance dependency #4431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion acl/spring-security-acl.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'

dependencies {
compile project(':spring-security-core')
compile 'aopalliance:aopalliance'
compile 'org.springframework:spring-aop'
compile 'org.springframework:spring-context'
compile 'org.springframework:spring-core'
Expand Down
1 change: 0 additions & 1 deletion aspects/spring-security-aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ dependencies {
compile 'org.springframework:spring-context'
compile 'org.springframework:spring-core'

testCompile 'aopalliance:aopalliance'
testCompile 'org.springframework:spring-aop'
}
1 change: 0 additions & 1 deletion config/spring-security-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: 'trang'
dependencies {
// NB: Don't add other compile time dependencies to the config module as this breaks tooling
compile project(':spring-security-core')
compile 'aopalliance:aopalliance:1.0'
compile 'org.springframework:spring-aop'
compile 'org.springframework:spring-beans'
compile 'org.springframework:spring-context'
Expand Down
1 change: 0 additions & 1 deletion core/spring-security-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ configurations {
}

dependencies {
compile 'aopalliance:aopalliance'
compile 'org.springframework:spring-aop'
compile 'org.springframework:spring-beans'
compile 'org.springframework:spring-context'
Expand Down
4 changes: 0 additions & 4 deletions docs/manual/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9858,10 +9858,6 @@ The core module must be included in any project using Spring Security.
|===
| Dependency | Version | Description

| aopalliance
| 1.0
| Required for method security implementation.

| ehcache
| 1.6.2
| Required if the Ehcache-based user cache implementation is used (optional).
Expand Down
1 change: 0 additions & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencyManagement {
dependencyManagement {
dependencies {
dependency 'antlr:antlr:2.7.7'
dependency 'aopalliance:aopalliance:1.0'
dependency 'asm:asm:3.1'
dependency 'bouncycastle:bcprov-jdk15:140'
dependency 'ch.qos.logback:logback-classic:1.2.3'
Expand Down
1 change: 0 additions & 1 deletion itest/context/spring-security-itest-context.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'io.spring.convention.spring-test'

dependencies {
compile project(':spring-security-core')
compile 'aopalliance:aopalliance'
compile 'org.python:jython'
compile 'org.springframework:spring-aop'
compile 'org.springframework:spring-beans'
Expand Down
1 change: 0 additions & 1 deletion messaging/spring-security-messaging.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'

dependencies {
compile project(':spring-security-core')
compile 'aopalliance:aopalliance'
compile 'org.springframework:spring-beans'
compile 'org.springframework:spring-context'
compile 'org.springframework:spring-core'
Expand Down
2 changes: 1 addition & 1 deletion remoting/spring-security-remoting.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'

dependencies {
compile project(':spring-security-core')
compile 'aopalliance:aopalliance'
compile 'org.springframework:spring-aop'
compile 'org.springframework:spring-beans'
compile 'org.springframework:spring-context'
compile 'org.springframework:spring-core'
Expand Down
2 changes: 1 addition & 1 deletion web/spring-security-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'io.spring.convention.spring-module'
dependencies {
compile project(':spring-security-core')
compile springCoreDependency
compile 'aopalliance:aopalliance'
compile 'org.springframework:spring-aop'
compile 'org.springframework:spring-beans'
compile 'org.springframework:spring-context'
compile 'org.springframework:spring-expression'
Expand Down