mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Workaround for repeated attempt to download CAS server poms (GRADLE-1072)
This commit is contained in:
parent
b5269625af
commit
52edf115ce
@ -9,7 +9,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
casServer "org.jasig.cas:cas-server-webapp:3.4.2.1@war"
|
||||
casServer("org.jasig.cas:cas-server-webapp:3.4.2.1") { transitive = false }
|
||||
|
||||
runtime project(':spring-security-web'),
|
||||
project(':spring-security-cas'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user