We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2249c0 commit 15285eaCopy full SHA for 15285ea
overlays/cas/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
}
8
runtime "net.sf.ehcache:ehcache-core:${casEhcacheVersion}"
9
runtime "org.aspectj:aspectjrt:1.9.7"
10
- runtime "org.aspectj:aspectjweaver:1.9.7"
+ runtime "org.aspectj:aspectjweaver:1.9.20"
11
runtime "org.jasig.cas:cas-server-webapp:${casServerVersion}@war"
12
runtime("org.jasig.cas:cas-server-extension-clearpass:${casServerVersion}") {
13
exclude group: 'commons-logging', module: 'commons-logging'
0 commit comments