Logo
Explore Help
Sign In
Cwikius-Spring/spring-security
1
0
Fork 0
You've already forked spring-security
mirror of https://github.com/spring-projects/spring-security.git synced 2025-08-17 15:03:32 +00:00
Code Issues Packages Projects Releases Wiki Activity
spring-security/aspects/aspects.gradle

10 lines
336 B
Groovy
Raw Permalink Normal View History

Added gradle support for aspects project.
2010-03-09 19:22:50 +00:00
dependencies {
compile project(':spring-security-core'),
SEC-2747: Remove spring-core dependency from spring-security-crypto
2014-11-20 16:16:22 -06:00
springCoreDependency,
SEC-1262: Added new (replacement) AspectJ interceptor which wraps the JoinPoint in a MethodInvocation adapter to provide compatibility with classes which only support MethodInvocation instances. Also deprecated the existing AspectJ interceptors. This will also allow future simplification of the AbstractMethodSecurityMetadataSource, as it no longer needs to support JoinPoints.
2010-03-09 23:39:07 +00:00
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-context:$springVersion"
SEC-1562: Created SecurityExpressionHandler interface and AbstractSecurityExpressionHandler.
2010-09-07 19:45:37 +01:00
SEC-2207: Update Gradle to 1.6
2013-06-20 11:40:54 -05:00
testCompile 'aopalliance:aopalliance:1.0',
"org.springframework:spring-aop:$springVersion"
Added gradle support for aspects project.
2010-03-09 19:22:50 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 93ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API