Skip to content

Commit

Permalink
Merge pull request #616 from groybal/UPSE-362
Browse files Browse the repository at this point in the history
UPSE-362: updates for CAS Webapp to run w/ Java 11
  • Loading branch information
loulou2u authored Jan 18, 2023
2 parents 745e7fc + 131f168 commit 49f4133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlays/cas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dependencies {
exclude group: 'xerces', module: 'xercesImpl'
}
runtime "net.sf.ehcache:ehcache-core:${casEhcacheVersion}"
runtime "org.aspectj:aspectjrt:1.9.7"
runtime "org.aspectj:aspectjweaver:1.9.7"
runtime "org.jasig.cas:cas-server-webapp:${casServerVersion}@war"
runtime("org.jasig.cas:cas-server-extension-clearpass:${casServerVersion}") {
exclude group: 'commons-logging', module: 'commons-logging'
Expand Down Expand Up @@ -42,4 +44,6 @@ war {
exclude 'WEB-INF/lib/cas-client-core-3.2.1.jar'
exclude 'WEB-INF/lib/commons-collections*jar'
exclude 'WEB-INF/lib/xml-apis-1.0.b2.jar'
exclude 'WEB-INF/lib/aspectjrt-1.6.10.jar'
exclude 'WEB-INF/lib/aspectjweaver-1.6.10.jar'
}

0 comments on commit 49f4133

Please sign in to comment.